[Boost-bugs] [Boost C++ Libraries] #1894: fusion\support\tag_of.hpp, boost::fusion::traits

Subject: [Boost-bugs] [Boost C++ Libraries] #1894: fusion\support\tag_of.hpp, boost::fusion::traits
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2008-05-04 19:38:25


#1894: fusion\support\tag_of.hpp, boost::fusion::traits
-------------------------------------------------------+--------------------
 Reporter: Mikhail Strelnikov <strelnikov_at_[hidden]> | Owner: djowel
     Type: Bugs | Status: new
Milestone: Boost 1.36.0 | Component: fusion
  Version: Boost 1.35.0 | Severity: Problem
 Keywords: deduce_sequence, mpl |
-------------------------------------------------------+--------------------
 Here is the code I tried to compile with VC++2008:

 typedef boost::fusion::traits::deduce_sequence
 <
     boost::mpl::vector<int, char>
>::type seq_t;

 error C2039: 'is_mpl_sequence' : is not a member of
 'boost::fusion::traits::detail'

 I think it because 'fusion\support\deduce_sequence.hpp' introduces
 'detail' namespace into boost::fusion::traits (instead of boost::fusion).

--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/1894>
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