GNOME Bugzilla – Bug 677813
C++ template aliases
Last modified: 2012-06-10 14:24:36 UTC
gcc 4.7 adds support for C11x template aliases, example: template<typename keyType, typename argType> using eventfactoryptr=ptr< eventfactoryObj<keyType, argType> >; Doxygen does not seem to recognize template<...parameters...> using {name}={template declaration} as something to document.
Indeed, but this has been reported before. *** This bug has been marked as a duplicate of bug 672372 ***