OpenBSD fixes

[SVN r16990]
This commit is contained in:
John Maddock
2003-01-22 12:38:54 +00:00
parent 5705d52e84
commit 251099c828
2 changed files with 7 additions and 1 deletions

View File

@ -165,7 +165,7 @@
// We don't make our templates external if the compiler
// can't handle it:
#if (defined(BOOST_NO_MEMBER_FUNCTION_SPECIALIZATIONS) || defined(__MWERKS__) || defined(__COMO__) || defined(__ICL) || defined(__ICC))\
#if (defined(BOOST_NO_MEMBER_FUNCTION_SPECIALIZATIONS) || defined(__HP_aCC) || defined(__MWERKS__) || defined(__COMO__) || defined(__ICL) || defined(__ICC))\
&& !defined(BOOST_MSVC) && !defined(__BORLANDC__)
# define BOOST_REGEX_NO_EXTERNAL_TEMPLATES
#endif
@ -644,3 +644,4 @@ inline void pointer_construct(T* p, const T& t)