regex: tentatively fixed regression on Win2000, suppressed some more warnings, and tweeked Rogue Wave library detection and configuration.

[SVN r9157]
This commit is contained in:
John Maddock
2001-02-12 12:45:25 +00:00
parent ff022f31cf
commit 973b12c5c8
3 changed files with 22 additions and 8 deletions

View File

@ -544,6 +544,9 @@ struct message_data<wchar_t>
std::string error_strings[boost::REG_E_UNKNOWN+1];
message_data(const std::locale& l, const std::string& regex_message_catalogue);
private:
message_data(const message_data&);
message_data& operator=(const message_data&);
};
message_data<wchar_t>::message_data(const std::locale& l, const std::string& regex_message_catalogue)