mirror of
https://github.com/boostorg/type_traits.git
synced 2025-08-03 06:24:36 +02:00
Merge pull request #70 from Flast/patch-2
Fixed a typo in is_assignable doc
This commit is contained in:
@@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user