From bbd4cb3de13e77c0f3bf106366431a3737841e7c Mon Sep 17 00:00:00 2001 From: Alisdair Meredith Date: Thu, 23 Feb 2006 21:04:21 +0000 Subject: [PATCH] Patch for Borland 2006 compiler, using Dinkumware libraries [SVN r33094] --- include/boost/detail/utf8_codecvt_facet.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/detail/utf8_codecvt_facet.hpp b/include/boost/detail/utf8_codecvt_facet.hpp index 936bb9d..88da207 100644 --- a/include/boost/detail/utf8_codecvt_facet.hpp +++ b/include/boost/detail/utf8_codecvt_facet.hpp @@ -92,7 +92,7 @@ namespace std { #if defined(__LIBCOMO__) using ::mbstate_t; - #elif defined(BOOST_DINKUMWARE_STDLIB) + #elif defined(BOOST_DINKUMWARE_STDLIB) && !defined(__BORLANDC__) using ::mbstate_t; #elif defined(__SGI_STL_PORT) #elif defined(BOOST_NO_STDC_NAMESPACE)