mirror of
https://github.com/boostorg/regex.git
synced 2025-07-19 15:22:09 +02:00
Improved error messages generated for thrown exceptions.
Suppressed "gcc -Wall -Wextra -pedantic" and "msvc /W4" warnings. Updated and rebuilt docs. [SVN r57451]
This commit is contained in:
@ -65,6 +65,7 @@ const wchar_t* wnames[] = {
|
||||
L"REG_EMPTY",
|
||||
L"REG_ECOMPLEXITY",
|
||||
L"REG_ESTACK",
|
||||
L"REG_E_PERL",
|
||||
L"REG_E_UNKNOWN",
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user