From f6fd177e2adafe8aabf5a655a0e6fe582ceac0f7 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Fri, 11 May 2001 11:30:32 +0000 Subject: [PATCH] Added missing BOOST_RE_CALL modifier [SVN r10091] --- include/boost/regex/regex_traits.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/regex/regex_traits.hpp b/include/boost/regex/regex_traits.hpp index 6e8a946d..34721d17 100644 --- a/include/boost/regex/regex_traits.hpp +++ b/include/boost/regex/regex_traits.hpp @@ -357,7 +357,7 @@ struct BOOST_RE_IX_DECL w32_traits_base : public regex_traits_base char_class_unicode = 0x0400 }; public: - static std::string set_message_catalogue(const std::string& s); + static std::string BOOST_RE_CALL set_message_catalogue(const std::string& s); protected: static char regex_message_catalogue[200]; enum syntax_map_size