Fix typo

parent 02113b95
...@@ -117,7 +117,7 @@ public: ...@@ -117,7 +117,7 @@ public:
/// Stores whether all types are nothrow assignable *and* constructible. We /// Stores whether all types are nothrow assignable *and* constructible. We
/// need to check both, since assigning to a variant results in a /// need to check both, since assigning to a variant results in a
/// move-contruct unless the before and after types are the same. /// move-construct unless the before and after types are the same.
static constexpr bool nothrow_move_assign static constexpr bool nothrow_move_assign
= nothrow_move_construct = nothrow_move_construct
&& detail::conjunction< && detail::conjunction<
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment