forked from boostorg/regex
regex: fixes for Como in strict mode
[SVN r8655]
This commit is contained in:
@ -828,7 +828,7 @@ public:
|
||||
|
||||
pointer BOOST_RE_CALL address(reference x) const { return &x; }
|
||||
const_pointer BOOST_RE_CALL address(const_reference x) const { return &x; }
|
||||
static size_type BOOST_RE_CALL max_size() { return -1; }
|
||||
static size_type BOOST_RE_CALL max_size() { return (size_type)-1; }
|
||||
static void BOOST_RE_CALL construct(pointer p, const T& val) { jm_construct(p, val); }
|
||||
void BOOST_RE_CALL destroy(pointer p) { jm_destroy(p); }
|
||||
|
||||
@ -1272,5 +1272,6 @@ namespace std{
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user