Added BOOST_NO_VOID_RETURNS to ensure bind/function code works.

[SVN r12628]
This commit is contained in:
John Maddock
2002-02-02 11:56:07 +00:00
parent c556aa4e2d
commit 82c4ce106f

View File

@@ -32,6 +32,7 @@
# define BOOST_NO_DEPENDENT_NESTED_DERIVATIONS # define BOOST_NO_DEPENDENT_NESTED_DERIVATIONS
# define BOOST_NO_SWPRINTF # define BOOST_NO_SWPRINTF
# define BOOST_NO_USING_TEMPLATE # define BOOST_NO_USING_TEMPLATE
# define BOOST_NO_VOID_RETURNS
#endif #endif
#define BOOST_COMPILER "Borland C++ version " BOOST_STRINGIZE(__BORLANDC__) #define BOOST_COMPILER "Borland C++ version " BOOST_STRINGIZE(__BORLANDC__)
@@ -53,3 +54,4 @@
#endif #endif