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 658587 - regression in macro expansion
regression in macro expansion
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
1.7.5.1
Other Windows
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2011-09-08 17:09 UTC by Yu Zhong
Modified: 2012-03-04 15:21 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
header and config file (3.46 KB, application/zip)
2011-09-08 17:09 UTC, Yu Zhong
Details

Description Yu Zhong 2011-09-08 17:09:23 UTC
Created attachment 196014 [details]
header and config file

This appears to be a regression in macro expansion from doxygen 1.6.2 to 1.7.4/1.7.5/1.7.5.1.

On 1.6.2 the html file classmymap.html from the attach testcase shows:

template<class K, class V, class A = std::allocator < std::pair<const K,V> >>
class mymap< K, V, A >

on 1.7.5.1 and 1.7.4 the macro ALLOCATOR_ARGUMENT is not expanded:

template<class K, class V, class A ALLOCATOR_ARGUMENT>
class mymap< K, V, ALLOCATOR_ARGUMENT >

I am Running Windows 7 64-bit using the binaries found in SourceForge.
Comment 1 Dimitri van Heesch 2011-10-08 14:57:27 UTC
Confirmed. Should be fixed in the next subversion update.
Comment 2 Dimitri van Heesch 2011-12-03 18:22:54 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.7.6. Please verify if this is indeed the case. Reopen the
bug if you think it is not fixed and please include any additional information
that you think can be relevant.