Merge branch 'develop' of https://github.com/boostorg/type_traits into develop

This commit is contained in:
John Maddock
2018-05-07 09:47:45 +01:00

View File

@ -11,7 +11,7 @@
struct is_assignable : public __tof {};
__inherit If `std::declval<T>() = std::declval<U>()` then inherits from __true_type,
otherwise from __flase_type. Type `T` must be a complete type.
otherwise from __false_type. Type `T` must be a complete type.
Note that this trait is somewhat tricky to use correctly: for example: