Compare commits

...

3 Commits

Author SHA1 Message Date
d70ff7e20d This commit was manufactured by cvs2svn to create tag
'Version_1_28_0'.

[SVN r13949]
2002-05-16 13:26:18 +00:00
e011def417 Disabled template specialisations for IBM Visual Age on AIX
[SVN r13851]
2002-05-14 11:31:54 +00:00
31a4b8b9fb This commit was manufactured by cvs2svn to create branch 'RC_1_28_0'.
[SVN r13795]
2002-05-10 04:34:27 +00:00

View File

@ -57,7 +57,9 @@
#ifdef __MWERKS__
# define BOOST_REGEX_NO_EXTERNAL_TEMPLATES
#endif
#ifdef __IBMCPP__
# define BOOST_REGEX_NO_EXTERNAL_TEMPLATES
#endif
/*****************************************************************************
@ -610,3 +612,4 @@ inline void pointer_construct(T* p, const T& t)
#endif