Menu

#1 support for template typedefs inside the defining template

open
nobody
None
5
2007-05-10
2007-05-10
No

see bug 1714372.

In OGRE this is the case with:

namespace Ogre {
template <typename T, unsigned Alignment = 0>
class AlignedAllocator
{
template <typename U>
struct rebind
{
typedef AlignedAllocator<U, Alignment> other;
};
};
}

currently that class is on ignore_list.xml

Discussion


Log in to post a comment.

MongoDB Logo MongoDB