Compare commits

...

4 Commits

Author SHA1 Message Date
706b042886 This commit was manufactured by cvs2svn to create tag
'Version_1_30_1'.

[SVN r19444]
2003-08-04 17:55:29 +00:00
e086508843 VC 7.1 does not handle the operator== conversions correctly, either
[SVN r19177]
2003-07-18 04:04:54 +00:00
709b299cea Update Borland C++ version number in enable_if check
[SVN r19176]
2003-07-18 04:00:02 +00:00
93f11e94e2 This commit was manufactured by cvs2svn to create branch 'RC_1_30_0'.
[SVN r17693]
2003-03-01 19:43:06 +00:00

View File

@ -60,7 +60,7 @@ namespace boost { namespace python { namespace objects {
#endif
// Borland C++ 5.6.0 doesn't support enable_if
#if BOOST_WORKAROUND(__BORLANDC__, <= 0x562)
#if BOOST_WORKAROUND(__BORLANDC__, <= 0x564)
# define BOOST_FUNCTION_NO_ENABLE_IF
#endif
@ -372,7 +372,7 @@ public:
void operator==(const function_base&, const function_base&);
void operator!=(const function_base&, const function_base&);
#if BOOST_WORKAROUND(BOOST_MSVC, <= 1300)
#if BOOST_WORKAROUND(BOOST_MSVC, <= 1310)
inline bool operator==(const function_base& f,
detail::function::useless_clear_type*)
{