
27 Oct
2007
27 Oct
'07
3:08 p.m.
"Eric Niebler" <eric@boost-consulting.com> 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