From 055be9d55d9a9dca7dd8d2f8f32b3c9788f17289 Mon Sep 17 00:00:00 2001 From: Pavol Droba Date: Sun, 7 Mar 2004 17:17:44 +0000 Subject: [PATCH] disabling BOOST_STRING_TYPENAME expansion on borland ?will it help? [SVN r22454] --- include/boost/algorithm/string/config.hpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/boost/algorithm/string/config.hpp b/include/boost/algorithm/string/config.hpp index 8c73036..6fe4de9 100644 --- a/include/boost/algorithm/string/config.hpp +++ b/include/boost/algorithm/string/config.hpp @@ -16,6 +16,10 @@ # error "macro already defined!" #endif +#ifdef __BORLANDC__ +#define BOOST_STRING_TYPENAME +#else #define BOOST_STRING_TYPENAME BOOST_DEDUCED_TYPENAME +#endif #endif // BOOST_STRING_CONFIG_HPP