From: <qua...@us...> - 2009-10-06 15:40:19
|
Revision: 36 http://stdair.svn.sourceforge.net/stdair/?rev=36&view=rev Author: quannaus Date: 2009-10-06 15:40:12 +0000 (Tue, 06 Oct 2009) Log Message: ----------- [Dev] Some small changes. Modified Paths: -------------- trunk/stdair/stdair/bom/BomIterator.hpp Modified: trunk/stdair/stdair/bom/BomIterator.hpp =================================================================== --- trunk/stdair/stdair/bom/BomIterator.hpp 2009-10-06 15:38:25 UTC (rev 35) +++ trunk/stdair/stdair/bom/BomIterator.hpp 2009-10-06 15:40:12 UTC (rev 36) @@ -161,8 +161,6 @@ inline BomIterator_T<BOM_CONTENT, ITERATOR> operator+(const typename ITERATOR::difference_type n, const BomIterator_T<BOM_CONTENT, ITERATOR>& r) { - // Definition allowing to retrieve the Parent_T of BomIterator_T. - typedef typename BomIterator_T<BOM_CONTENT,ITERATOR>::Parent_T Parent_T; return BomIterator_T<BOM_CONTENT, ITERATOR> (n+r.base()); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |