Stop confusing doxygen :)

svn-id: r44237
This commit is contained in:
Max Horn 2009-09-21 21:37:12 +00:00
parent 2bf7969f95
commit 537c886aeb

View File

@ -39,10 +39,9 @@
#endif
namespace Common {
/**
* The sgi IRIX MIPSpro Compiler has difficulties with nested templates.
* This and the other __sgi conditionals below work around these problems.
*/
// The sgi IRIX MIPSpro Compiler has difficulties with nested templates.
// This and the other __sgi conditionals below work around these problems.
#ifdef __sgi
template<class T> class IteratorImpl;
#endif