Compare commits

..

1 Commits

Author SHA1 Message Date
nobody
e7f5571666 This commit was manufactured by cvs2svn to create tag
'Version_1_30_0'.

[SVN r18026]
2003-03-20 02:53:48 +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__, <= 0x564)
#if BOOST_WORKAROUND(__BORLANDC__, <= 0x562)
# 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, <= 1310)
#if BOOST_WORKAROUND(BOOST_MSVC, <= 1300)
inline bool operator==(const function_base& f,
detail::function::useless_clear_type*)
{