
21 Apr
2006
21 Apr
'06
7:49 a.m.
Marcin Kalicinski wrote:
I just noticed there is a serious error in docs, it states that parsers are in namespaces of their own, (e.g. read_xml is in namespace boost::property_tree::xml_parser). This is correct, but they are also all imported into boost::property_tree namespace by means of using declarations.
What about the related identifiers, like parsing flags? Are they also imported? Sebastian Redl