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
|
||||
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue