mirror of
https://github.com/boostorg/regex.git
synced 2025-06-28 13:20:59 +02:00
Compare commits
3 Commits
master
...
boost-1.28
Author | SHA1 | Date | |
---|---|---|---|
d70ff7e20d | |||
e011def417 | |||
31a4b8b9fb |
@ -57,7 +57,9 @@
|
|||||||
#ifdef __MWERKS__
|
#ifdef __MWERKS__
|
||||||
# define BOOST_REGEX_NO_EXTERNAL_TEMPLATES
|
# define BOOST_REGEX_NO_EXTERNAL_TEMPLATES
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef __IBMCPP__
|
||||||
|
# define BOOST_REGEX_NO_EXTERNAL_TEMPLATES
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/*****************************************************************************
|
/*****************************************************************************
|
||||||
@ -610,3 +612,4 @@ inline void pointer_construct(T* p, const T& t)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user