After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 677813 - C++ template aliases
C++ template aliases
Status: RESOLVED DUPLICATE of bug 672372
Product: doxygen
Classification: Other
Component: general
1.8.1.1
Other Linux
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2012-06-10 14:21 UTC by Sam Varshavchik
Modified: 2012-06-10 14:24 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sam Varshavchik 2012-06-10 14:21:04 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.
Comment 1 Dimitri van Heesch 2012-06-10 14:24:36 UTC
Indeed, but this has been reported before.

*** This bug has been marked as a duplicate of bug 672372 ***