Stop confusing doxygen :)
svn-id: r44237
This commit is contained in:
parent
2bf7969f95
commit
537c886aeb
1 changed files with 3 additions and 4 deletions
|
@ -39,10 +39,9 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
namespace Common {
|
namespace Common {
|
||||||
/**
|
|
||||||
* The sgi IRIX MIPSpro Compiler has difficulties with nested templates.
|
// The sgi IRIX MIPSpro Compiler has difficulties with nested templates.
|
||||||
* This and the other __sgi conditionals below work around these problems.
|
// This and the other __sgi conditionals below work around these problems.
|
||||||
*/
|
|
||||||
#ifdef __sgi
|
#ifdef __sgi
|
||||||
template<class T> class IteratorImpl;
|
template<class T> class IteratorImpl;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue