mirror of
https://github.com/boostorg/conversion.git
synced 2025-07-31 21:14:37 +02:00
Merge branch 'alexhenrie-master' into develop
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