Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#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)

variadic-templates.patch (1.2 KB ) - added by Daniel James 14 years ago.

Download all attachments as: .zip

Change History (4)

by Daniel James, 14 years ago

Attachment: variadic-templates.patch added

comment:1 by John Maddock, 14 years ago

Thanks for catching this, can you please go ahead and commit?

John.

comment:2 by Daniel James, 14 years ago

Resolution: fixed
Status: newclosed

(In [52381]) Fix variadic template detection for mainline gcc. Fixes #2943

comment:3 by Daniel James, 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.