forked from boostorg/type_traits
Merge pull request #10 from alexhenrie/develop
Correct spelling of "suppress"
This commit is contained in:
@ -22,7 +22,7 @@ struct has {
|
||||
};
|
||||
|
||||
// MSVC can not generate neither default constructor, nor assignment operator,
|
||||
// nor copy constructor for `has2` type. Supressing those warnings is essential,
|
||||
// nor copy constructor for `has2` type. Suppressing those warnings is essential,
|
||||
// because we treat warnings as errors in those tests
|
||||
#if (defined _MSC_VER)
|
||||
# pragma warning( push )
|
||||
|
@ -20,7 +20,7 @@ struct has {
|
||||
};
|
||||
|
||||
// MSVC can not generate neither default constructor, nor assignment operator,
|
||||
// nor copy constructor for `has2` type. Supressing those warnings is essential,
|
||||
// nor copy constructor for `has2` type. Suppressing those warnings is essential,
|
||||
// because we treat warnings as errors in those tests
|
||||
#if (defined _MSC_VER)
|
||||
# pragma warning( push )
|
||||
|
Reference in New Issue
Block a user