
15 Nov
2004
15 Nov
'04
7:56 p.m.
"Peter Dimov" <pdimov@mmltd.net> writes:
Rene Rivera wrote:
[...]
#include <boost/named_params.hpp> struct name_t; // tag types struct value_t; namespace { boost::keyword<name_t> name; // keyword objects
boost::keyword<struct name_t> name;
is even better. ;-)
You mean, leave out the struct name_t; // tag types struct value_t; declarations? I didn't even know you could do that! You are truly an evil genius. -- Dave Abrahams Boost Consulting http://www.boost-consulting.com