Subject: Re: [Boost-bugs] [Boost C++ Libraries] #3305: BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS should be defined for gcc 3.4.x
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-07-31 16:13:48
#3305: BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS should be defined for gcc
3.4.x
-------------------------------------+--------------------------------------
Reporter: cschmidt | Owner: johnmaddock
Type: Bugs | Status: assigned
Milestone: Boost 1.40.0 | Component: config
Version: Boost Development Trunk | Severity: Problem
Keywords: |
-------------------------------------+--------------------------------------
Comment(by johnmaddock):
The thing is if we change this, then it'll make Boost::Units unusable on
cygwin (and maybe other libraries too).
Can you not use something like:
#if defined(BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS) ||
BOOST_WORKAROUND(__GNUC__, <4)
// workaround here
#else
// conforming code
#endif
?
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/3305#comment:4> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:00 UTC