forked from boostorg/core
Fix typo
This commit is contained in:
@ -103,7 +103,7 @@ Explicit conversion to the underlying type should be performed with `boost::unde
|
|||||||
|
|
||||||
unsigned int val = boost::underlying_cast< unsigned int >(ev);
|
unsigned int val = boost::underlying_cast< unsigned int >(ev);
|
||||||
|
|
||||||
In C++03, scoped enums behave differently in case of calling an overloaded function when one overload takes a scoped enum as a paramter, and the other takes a parameter of an integral type. Consider the following code:
|
In C++03, scoped enums behave differently in case of calling an overloaded function when one overload takes a scoped enum as a parameter, and the other takes a parameter of an integral type. Consider the following code:
|
||||||
|
|
||||||
enum enum_regular { REGULAR_A, REGULAR_B };
|
enum enum_regular { REGULAR_A, REGULAR_B };
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user