#2943 closed Bugs (fixed)
BOOST_HAS_VARIADIC_TMPL not defined for g++.
Reported by: | Daniel James | Owned by: | John Maddock |
---|---|---|---|
Milestone: | Boost 1.39.0 | Component: | config |
Version: | Boost 1.38.0 | Severity: | Problem |
Keywords: | Cc: |
Description
I've found another config regression. BOOST_HAS_VARIADIC_TMPL used to be defined in two different places but one of them was removed in [51444] so it's no longer defined for gcc with C++0x support. Patch attached.
Attachments (1)
Change History (4)
by , 14 years ago
Attachment: | variadic-templates.patch added |
---|
comment:1 by , 14 years ago
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 14 years ago
(In [52423]) Merged revisions 52381 via svnmerge from https://svn.boost.org/svn/boost/trunk
........
r52381 | danieljames | 2009-04-14 10:03:13 +0100 (Tue, 14 Apr 2009) | 1 line
Fix variadic template detection for mainline gcc. Fixes #2943
........
Note:
See TracTickets
for help on using tickets.
Thanks for catching this, can you please go ahead and commit?
John.