These have been commented out since they were added in
ce50155aea (March
2010). Since the comment blocks begin with '/**' this caused this
amusing doxygen description for 'operator==':
Assignment operator. Assignment operator. Assignment
operator. Compare for equality.
*/
TriaRawIterator &operator = (const TriaRawIterator &);
- /**
- * Assignment operator.
- */
-// template <class OtherAccessor>
-// TriaRawIterator & operator = (const TriaRawIterator<OtherAccessor>&);
-
- /**
- * Assignment operator.
- */
-// template <class OtherAccessor>
-// TriaRawIterator & operator = (const TriaIterator<OtherAccessor>&);
-
- /**
- * Assignment operator.
- */
-// template <class OtherAccessor>
-// TriaRawIterator & operator = (const TriaActiveIterator<OtherAccessor>&);
-
/**
* Compare for equality.
*/
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams