13 Sep
2010
13 Sep
'10
3:49 p.m.
AMDG Hugh Dickinson wrote:
I'm wondering if there is a (built-in) way in boost::fusion to instantiate a sequence of heterogeneous elements while passing an identical set of arguments to the constructor of each element? It seems like the only options are to default construct the elements or to supply references to previously constructed elements.
I believe that there's a trac ticket for allowing the use of boost::in_place_factory with fusion. As far as I know, this isn't implemented yet, though. In Christ, Steven Watanabe