forked from boostorg/regex
Disabled template specialisations for IBM Visual Age on AIX
[SVN r13851]
This commit is contained in:
@ -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