id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 3749,Minor documentation feedbacks,Guillaume Labourey,Joel de Guzman,"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 ",Bugs,closed,Boost 1.42.0,spirit,Boost 1.41.0,Cosmetic,fixed,,