$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Sebastian Redl (sebastian.redl_at_[hidden])
Date: 2006-04-21 03:49:23
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