Fixed a typo in the comment.

This commit is contained in:
Andrey Semashev
2014-08-22 22:49:35 +04:00
parent f47430a1c2
commit 7c79a7ca62

View File

@ -65,8 +65,8 @@ struct underlying_type_impl
* *
* Requires EnumType must be an enum type or the emulation of a scoped enum. * Requires EnumType must be an enum type or the emulation of a scoped enum.
* If BOOST_NO_UNDERLYING_TYPE is defined, the implementation will not be able * If BOOST_NO_UNDERLYING_TYPE is defined, the implementation will not be able
* to deduce the underlying type of enums. The used is expected to specialize * to deduce the underlying type of enums. The user is expected to specialize
* this trait. * this trait in this case.
*/ */
template< typename EnumType > template< typename EnumType >
struct underlying_type : struct underlying_type :