forked from boostorg/type_traits
Merge pull request #110 from Kojoley/patch-1
is_assignable_test: Fixed copy-paste error
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