[Boost-bugs] [Boost C++ Libraries] #3749: Minor documentation feedbacks

Subject: [Boost-bugs] [Boost C++ Libraries] #3749: Minor documentation feedbacks
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-12-10 19:51:01


#3749: Minor documentation feedbacks
--------------------------------+-------------------------------------------
 Reporter: Guillaume Labourey | Owner: djowel
     Type: Bugs | Status: new
Milestone: Boost 1.42.0 | Component: spirit
  Version: Boost 1.41.0 | Severity: Cosmetic
 Keywords: |
--------------------------------+-------------------------------------------
 Hello,

 On the documentation, I think there is a little "copy-paste" mistake in a
 Qi sample in attributes.qbk line 219:

           qi::parse(begin, end, '(' >> qi::double_ >> ", " >> qi::double_
 << ')', d1, d2);

 It should be replaced by:

           qi::parse(begin, end, '(' >> qi::double_ >> ", " >> qi::double_
>> ')', d1, d2);

 Best regards,
 Guillaume

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