diff --git a/include/boost/regex/v5/c_regex_traits.hpp b/include/boost/regex/v5/c_regex_traits.hpp index 3dbf4d896..d40aadf8c 100644 --- a/include/boost/regex/v5/c_regex_traits.hpp +++ b/include/boost/regex/v5/c_regex_traits.hpp @@ -59,7 +59,7 @@ namespace boost{ BOOST_REGEX_MODULE_EXPORT template struct c_regex_traits; -BOOST_REGEX_MODULE_EXPORT template<> +template<> struct c_regex_traits { c_regex_traits(){} @@ -104,7 +104,7 @@ struct c_regex_traits }; #ifndef BOOST_NO_WREGEX -BOOST_REGEX_MODULE_EXPORT template<> +template<> struct c_regex_traits { c_regex_traits(){}