mirror of
https://github.com/boostorg/regex.git
synced 2025-07-29 12:07:28 +02:00
regex fixes for updated Dinkum library
[SVN r8161]
This commit is contained in:
@ -618,10 +618,13 @@ typedef unsigned long jm_uintfast32_t;
|
||||
#define BOOST_RE_NEED_ALLOC
|
||||
|
||||
#define BOOST_RE_STL_DONE
|
||||
|
||||
#define BOOST_RE_USE_FACET(l, type) std::use_facet(l, (type*)0, true)
|
||||
#define BOOST_RE_HAS_FACET(l, type) std::has_facet(l, (type*)0)
|
||||
|
||||
#ifndef _CPPLIB_VER
|
||||
#define BOOST_RE_USE_FACET(l, type) std::use_facet(l, (type*)0, true)
|
||||
#define BOOST_RE_HAS_FACET(l, type) std::has_facet(l, (type*)0)
|
||||
#else
|
||||
#define BOOST_RE_USE_FACET(l, type) std::use_facet(l, (type*)0)
|
||||
#define BOOST_RE_HAS_FACET(l, type) std::has_facet(l, (type*)0)
|
||||
#endif
|
||||
|
||||
|
||||
#else
|
||||
|
Reference in New Issue
Block a user