mirror of
https://github.com/boostorg/regex.git
synced 2025-07-19 07:12:07 +02:00
Disabled template specialisations on AIX with IBM Visual Age
[SVN r13850]
This commit is contained in:
@ -57,6 +57,9 @@
|
||||
#ifdef __MWERKS__
|
||||
# define BOOST_REGEX_NO_EXTERNAL_TEMPLATES
|
||||
#endif
|
||||
#ifdef __IBMCPP__
|
||||
# define BOOST_REGEX_NO_EXTERNAL_TEMPLATES
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
@ -610,3 +613,4 @@ inline void pointer_construct(T* p, const T& t)
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user