mirror of
https://github.com/boostorg/regex.git
synced 2025-07-16 05:42:15 +02:00
Added LC_MESSAGES workaround
[SVN r10420]
This commit is contained in:
@ -136,7 +136,7 @@ BOOST_RE_IX_DECL char* re_custom_error_messages[] = {
|
||||
0,
|
||||
};
|
||||
|
||||
#if !defined(LC_MESSAGES) && defined(BOOST_RE_NO_CAT)
|
||||
#if !defined(LC_MESSAGES)
|
||||
#define LC_MESSAGES LC_CTYPE
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user