
9 Jul
2013
9 Jul
'13
7:23 a.m.
2013/7/9 John Maddock
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!
Working on that... Created a ticket: https://svn.boost.org/trac/boost/ticket/8802. -- Best regards, Antony Polukhin