This commit is contained in:
O1L 2015-10-25 19:06:01 +04:00
parent c64bbcf87a
commit e8ebb005fd
1 changed files with 1 additions and 1 deletions

View File

@ -427,7 +427,7 @@ namespace convert
};
template<>
struct to_impl_t<std::string, enum class io_handler_mode>
struct to_impl_t<std::string, io_handler_mode>
{
static std::string func(io_handler_mode value)
{