mirror of
https://github.com/boostorg/regex.git
synced 2025-07-16 13:52:17 +02:00
friend declarations to work around a Metrowerks bug
[SVN r7914]
This commit is contained in:
@ -149,6 +149,11 @@ public:
|
|||||||
};
|
};
|
||||||
static std::string set_message_catalogue(const std::string& s);
|
static std::string set_message_catalogue(const std::string& s);
|
||||||
protected:
|
protected:
|
||||||
|
#if defined(__MWERKS__) && __MWERKS__ <= 0x6000
|
||||||
|
friend class c_regex_traits<char>;
|
||||||
|
friend class c_regex_traits<wchar_t>;
|
||||||
|
#endif
|
||||||
|
|
||||||
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