mirror of
https://github.com/boostorg/regex.git
synced 2025-07-19 23:32:10 +02:00
Disabled template specialisations on AIX with IBM Visual Age
[SVN r13850]
This commit is contained in:
@ -57,6 +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 +613,4 @@ inline void pointer_construct(T* p, const T& t)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user