29 Jul
2013
29 Jul
'13
7:37 p.m.
Hi Steven,
I'm looking for a crash I get in my own code with g++4.8.1 (4.5 - 4.7 are
ok). Maybe you can help me:
- there is a copy_constructible concept, but no moveable. Is it enough to
add one on the same model? It looks like you std::forward so I'd say yes.
Correct?
template<class T = _self>
struct move_constructible :
::boost::mpl::vector