mirror of
https://github.com/boostorg/regex.git
synced 2025-07-17 14:22:08 +02:00
Fixed nasty typo
[SVN r18133]
This commit is contained in:
@ -201,9 +201,9 @@ message_data<char>::message_data(const std::locale& l, const std::string& regex_
|
|||||||
|
|
||||||
const std::messages<char>* pm = 0;
|
const std::messages<char>* pm = 0;
|
||||||
#ifndef __IBMCPP__
|
#ifndef __IBMCPP__
|
||||||
std::messages<char>::catalog cat = static_cast<std::messages<wchar_t>::catalog>(-1);
|
std::messages<char>::catalog cat = static_cast<std::messages<char>::catalog>(-1);
|
||||||
#else
|
#else
|
||||||
std::messages<char>::catalog cat = reinterpret_cast<std::messages<wchar_t>::catalog>(-1);
|
std::messages<char>::catalog cat = reinterpret_cast<std::messages<char>::catalog>(-1);
|
||||||
#endif
|
#endif
|
||||||
if(regex_message_catalogue.size())
|
if(regex_message_catalogue.size())
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user