From 95117e938ec9a13f5a9049694d96f1a1c0ef117c Mon Sep 17 00:00:00 2001 From: John Maddock Date: Wed, 24 Dec 2003 12:00:09 +0000 Subject: [PATCH] Set BOOST_NO_SWPRINTF unconditionally for _WIN32 [SVN r21388] --- include/boost/config/compiler/comeau.hpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/include/boost/config/compiler/comeau.hpp b/include/boost/config/compiler/comeau.hpp index d604308f..9f6ed76b 100644 --- a/include/boost/config/compiler/comeau.hpp +++ b/include/boost/config/compiler/comeau.hpp @@ -15,9 +15,13 @@ #include "boost/config/compiler/common_edg.hpp" #if (__COMO_VERSION__ <= 4245) || !defined(BOOST_STRICT_CONFIG) + +# ifdef _WIN32 +# define BOOST_NO_SWPRINTF +# endif + # if defined(_MSC_VER) && _MSC_VER <= 1300 # define BOOST_NO_STDC_NAMESPACE -# define BOOST_NO_SWPRINTF # if _MSC_VER > 100 // only set this in non-strict mode: # define BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP