Boost logo

Boost :

From: David Abrahams (dave_at_[hidden])
Date: 2005-10-11 08:47:12


Martin Wille <mw8329_at_[hidden]> writes:

> Hi,
>
> the tutorial says:
>
> The declaration of the visitor keyword you see here is equivalent to:
>
> namespace graphs
> {
> namespace tag { struct visitor; }
> namespace {
> boost::parameter::keyword<tag::visitor>& visitor
> = boost::parameter::keyword<tag::visitor>::get();
> }
> }
>
>
>
> However, BOOST_PARAMETER_KEYWORD(tag, visitor) expands to
>
> namespace tag { struct visitor; }
> ::boost::parameter::keyword<tag::visitor>& visitor =
> ::boost::parameter::keyword<tag::visitor>::get();

Yikes! That's a serious bug!!

Will fix immediately. Doug, I would like to make the fix on the release branch
also, OK?

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk