From 82c4ce106fb925d05083f04b33a89bb8648afaf5 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sat, 2 Feb 2002 11:56:07 +0000 Subject: [PATCH] Added BOOST_NO_VOID_RETURNS to ensure bind/function code works. [SVN r12628] --- include/boost/config/compiler/borland.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/boost/config/compiler/borland.hpp b/include/boost/config/compiler/borland.hpp index 1246b75b..a94a790e 100644 --- a/include/boost/config/compiler/borland.hpp +++ b/include/boost/config/compiler/borland.hpp @@ -32,6 +32,7 @@ # define BOOST_NO_DEPENDENT_NESTED_DERIVATIONS # define BOOST_NO_SWPRINTF # define BOOST_NO_USING_TEMPLATE +# define BOOST_NO_VOID_RETURNS #endif #define BOOST_COMPILER "Borland C++ version " BOOST_STRINGIZE(__BORLANDC__) @@ -53,3 +54,4 @@ #endif +