mirror of
https://github.com/boostorg/regex.git
synced 2026-02-14 13:02:18 +00: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);
|
||||
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];
|
||||
enum syntax_map_size
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user