________________________________________
From: Boost [boost-bounces@lists.boost.org] on behalf of John Maddock [jz.maddock@googlemail.com] Sent: 18 June 2015 12:57 To: boost@lists.boost.org Subject: [boost] [type_traits] Another big update in develop
Just a heads up in case it causes any issues:
type_traits has had another big update in develop - added several new traits is_constructible, is_assignable etc which were needed to fix bugs in other traits - and changed most of the has_nothrow and has_trivial traits to make use of these. Also added more test cases to cover the issues where these were defective before. Please do let me know if you spot any unexpected breakages.
John.
John
There is something which has shown up.
There is a problem with some tests of bimap e.g. test_bimap_extra with Clang 3.0 and all other Clangs.
In file included from ../boost/type_traits/object_traits.hpp:22:
../boost/type_traits/has_nothrow_copy.hpp:32:89: error: too many template arguments for class template 'is_copy_constructible'
template <class T> struct has_nothrow_copy_constructor : public integral_constant