From 15e26ccfb785e92fa3ff31fc011eaf2ae56ddc13 Mon Sep 17 00:00:00 2001 From: Aleksey Gurtovoy Date: Wed, 18 Sep 2002 02:03:05 +0000 Subject: [PATCH] Borland 5.6 version bump [SVN r15428] --- include/boost/mpl/aux_/config/dtp.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/mpl/aux_/config/dtp.hpp b/include/boost/mpl/aux_/config/dtp.hpp index cee39c4..ed2483d 100644 --- a/include/boost/mpl/aux_/config/dtp.hpp +++ b/include/boost/mpl/aux_/config/dtp.hpp @@ -22,7 +22,7 @@ // templates; Borland "forgets" them from the very beginning (if the owner // class is a class template). #if defined(__MWERKS__) && __MWERKS__ <= 0x3001 \ - || defined(__BORLANDC__) && __BORLANDC__ <= 0x551 + || defined(__BORLANDC__) && __BORLANDC__ <= 0x560 # define BOOST_NO_DEFAULT_TEMPLATE_PARAMETERS_IN_NESTED_TEMPLATES #endif