forked from boostorg/type_traits
Fix test case.
This commit is contained in:
@@ -27,7 +27,7 @@ struct non_assignable
|
||||
struct noexcept_assignable
|
||||
{
|
||||
noexcept_assignable();
|
||||
noexcept_assignable& operator=(const non_assignable&)noexcept;
|
||||
noexcept_assignable& operator=(const noexcept_assignable&)noexcept;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user