From 117a4b08428bfe4c3964581188a8e87e8365aeb4 Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Fri, 22 Sep 2000 04:16:11 +0000 Subject: [PATCH] added another warning to be disabled under MSVCP [SVN r7763] --- include/boost/config.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/config.hpp b/include/boost/config.hpp index 80bb68c5..9e434b48 100644 --- a/include/boost/config.hpp +++ b/include/boost/config.hpp @@ -286,6 +286,7 @@ # endif # pragma warning( disable : 4786 ) // ident trunc to '255' chars in debug info +# pragma warning( disable : 4503 ) // warning: decorated name length exceeded # endif // Microsoft (excluding Intel/EDG frontend)