mirror of
https://github.com/boostorg/regex.git
synced 2025-07-29 03:57:27 +02:00
Added support for compilers with no exception handling support.
[SVN r12758]
This commit is contained in:
@ -242,6 +242,7 @@ public:
|
||||
unsigned int SetExpression(const char* p, bool icase = false);
|
||||
unsigned int SetExpression(const std::string& s, bool icase = false){ return SetExpression(s.c_str(), icase); }
|
||||
std::string Expression()const;
|
||||
unsigned int error_code()const;
|
||||
//
|
||||
// now matching operators:
|
||||
//
|
||||
|
Reference in New Issue
Block a user