mirror of
https://github.com/boostorg/regex.git
synced 2025-07-16 22:02:08 +02:00
Added missing BOOST_RE_CALL modifier
[SVN r10091]
This commit is contained in:
@ -357,7 +357,7 @@ struct BOOST_RE_IX_DECL w32_traits_base : public regex_traits_base
|
|||||||
char_class_unicode = 0x0400
|
char_class_unicode = 0x0400
|
||||||
};
|
};
|
||||||
public:
|
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:
|
protected:
|
||||||
static char regex_message_catalogue[200];
|
static char regex_message_catalogue[200];
|
||||||
enum syntax_map_size
|
enum syntax_map_size
|
||||||
|
Reference in New Issue
Block a user