Subject: [Boost-bugs] [Boost C++ Libraries] #1784: [parameter] missing include
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2008-04-07 09:52:31
#1784: [parameter] missing include
---------------------------------------------------------+------------------
Reporter: Richard Webb <Richard.Webb_at_[hidden]> | Owner: danielw
Type: Bugs | Status: new
Milestone: Boost 1.36.0 | Component: parameter
Version: Boost Development Trunk | Severity: Problem
Keywords: |
---------------------------------------------------------+------------------
Raised on the mailing list @
http://article.gmane.org/gmane.comp.lib.boost.devel/173362:
Some of the parameter tests (and tests for other libs that use parameter)
are failing on VC8/9 and GCC 4.3 with the error:
{{{
E:\test\boost\boost/parameter/aux_/tagged_argument.hpp(173) : error C2143:
syntax error : missing ',' before '<'
E:\test\boost\boost/parameter/aux_/tagged_argument.hpp(174) : see
reference to class template instantiation
'boost::parameter::aux::is_tagged_argument_aux<T>' being compiled
}}}
This can be fixed by adding
# include <boost/type_traits/is_convertible.hpp>
to tagged_argument.hpp
--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/1784>
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:49:57 UTC