[Boost-bugs] [Boost C++ Libraries] #2997: Missing comma in the Fusion documentation

Subject: [Boost-bugs] [Boost C++ Libraries] #2997: Missing comma in the Fusion documentation
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-05-06 13:12:12


#2997: Missing comma in the Fusion documentation
--------------------------+-------------------------------------------------
 Reporter: Raider | Owner: djowel
     Type: Bugs | Status: new
Milestone: Boost 1.39.0 | Component: fusion
  Version: Boost 1.38.0 | Severity: Problem
 Keywords: |
--------------------------+-------------------------------------------------
 {{{
 BOOST_FUSION_ADAPT_STRUCT(
     struct_name
     (member_type0, member_name0)
     (member_type1, member_name1)
     ...
     )

 ...

 // demo::employee is now a Fusion sequence
 BOOST_FUSION_ADAPT_STRUCT(
     demo::employee
     (std::string, name)
     (int, age))
 }}}


 Msut be a comma after "struct_name" and after "demo::employee".

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