
20 Jul
2012
20 Jul
'12
4:48 p.m.
I don't know on which state there are the traits I introduced in the rejected Boost.Conversion:
is_assignable.hpp is_constructible.hpp is_convertible.hpp is_copy_assignable.hpp is_copy_constructible.hpp is_default_constructible.hpp is_destructible.hpp is_explicitly_convertible.hpp is_move_assignable.hpp is_move_constructible.hpp
Of course, there should be some limitation with older compilers.
(See https://svn.boost.org/svn/boost/sandbox/conversion/libs/conversion_ext/doc/h... and
https://svn.boost.org/svn/boost/sandbox/conversion/boost/conversion/type_tra... ).
HTH, Vicente
Definitely helps, will investigate more. Many thanks, John.