$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Arkadiy Vertleyb (vertleyb_at_[hidden])
Date: 2007-10-27 11:08:48
"Eric Niebler" <eric_at_[hidden]> wrote
> In order for BOOST_TYPEOF to work with xpressive's static regexes
> (something I'm actively trying to support), I need registrations for
> reference_wrapper<> and mpl::int_<>. I'm happy to add them, but I'm not
> sure where. Thoughts?
Looks like the model where authors are responsible for registering their own
classes dosn't work quite well... Maybe there should be a designated place
with collective ownership, where interested users could add such
registrations? This place could mimique the boost directory structure, to
avoid conflicts, something like:
typeof_registrations
mpl
bind
xpressive
spirit
...
Regards,
Arkadiy