diff --git a/include/stdex/parser.hpp b/include/stdex/parser.hpp index 15b9e9a83..b5949f95f 100644 --- a/include/stdex/parser.hpp +++ b/include/stdex/parser.hpp @@ -148,7 +148,7 @@ namespace stdex interval interval; ///< Test for interval protected: - const std::locale& m_locale; + std::locale m_locale; }; using parser = basic_parser;