[Boost-bugs] [Boost C++ Libraries] #3742: Fusion does not define mpl::sequence_tag for adapted structures

Subject: [Boost-bugs] [Boost C++ Libraries] #3742: Fusion does not define mpl::sequence_tag for adapted structures
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-12-09 13:28:59


#3742: Fusion does not define mpl::sequence_tag for adapted structures
-----------------------------------------+----------------------------------
 Reporter: no.spam.mole@… | Owner:
     Type: Bugs | Status: new
Milestone: Boost 1.42.0 | Component: None
  Version: Boost 1.41.0 | Severity: Problem
 Keywords: |
-----------------------------------------+----------------------------------
 This sort of adapted structure,

 struct s
 {
     uint8_t i;
     uint8_t j;
     uint8_t k;
 };

 BOOST_FUSION_ADAPT_STRUCT(
     s,
     (uint8_t, i)
     (uint8_t, j)
     (uint8_t, k)
 )

 does not work with mpl functions even though the adapted/mpl.hpp header
 file is included.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/3742>
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:02 UTC