Fix formatting
This commit is contained in:
parent
e4880ad91a
commit
1337763cb5
|
@ -47,7 +47,7 @@ struct Regex : boost::regex
|
||||||
Regex(Iterator begin, Iterator end, flag_type flags = ECMAScript)
|
Regex(Iterator begin, Iterator end, flag_type flags = ECMAScript)
|
||||||
: boost::regex(begin, end, flags) {}
|
: boost::regex(begin, end, flags) {}
|
||||||
|
|
||||||
String str() const { auto s = boost::regex::str(); return {s.begin(), s.end()}; }
|
String str() const { auto s = boost::regex::str(); return {s.begin(), s.end()}; }
|
||||||
};
|
};
|
||||||
namespace regex_ns = boost;
|
namespace regex_ns = boost;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue
Block a user