
9 Jul
2013
9 Jul
'13
7:01 a.m.
I have an implementation of is_copy_constructible<T> trait. It works great with C++11, in C++03 it detects constructors assuming that if type is derived from boost::noncopyable or uses BOOST_MOVABLE_BUT_NOT_COPYABLE macro - it has no copy constructor.
Questions are: * May I add that trait to trunk version of Boost.TypeTraits (with documentation and tests, as usual)?
Please do! Thanks, John.