forked from boostorg/conversion
Correct spelling of "suppress"
This commit is contained in:
@@ -29,7 +29,7 @@ int main()
|
|||||||
type<foo> f = check_return(boost::implicit_cast<foo>("hello"));
|
type<foo> f = check_return(boost::implicit_cast<foo>("hello"));
|
||||||
type<long> z = check_return(boost::implicit_cast<long>(foo("hello")));
|
type<long> z = check_return(boost::implicit_cast<long>(foo("hello")));
|
||||||
|
|
||||||
// warning supression:
|
// warning suppression:
|
||||||
(void)x;
|
(void)x;
|
||||||
(void)f;
|
(void)f;
|
||||||
(void)z;
|
(void)z;
|
||||||
|
Reference in New Issue
Block a user