GNOME Bugzilla – Bug 658587
regression in macro expansion
Last modified: 2012-03-04 15:21:45 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.
Confirmed. Should be fixed in the next subversion update.
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.