Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r56057 - sandbox/itl/boost/itl/type_traits
From: afojgo_at_[hidden]
Date: 2009-09-06 05:29:46


Author: jofaber
Date: 2009-09-06 05:29:45 EDT (Sun, 06 Sep 2009)
New Revision: 56057
URL: http://svn.boost.org/trac/boost/changeset/56057

Log:
Removed an unnecessary pragma warning.
Text files modified:
   sandbox/itl/boost/itl/type_traits/to_string.hpp | 1 -
   1 files changed, 0 insertions(+), 1 deletions(-)

Modified: sandbox/itl/boost/itl/type_traits/to_string.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/to_string.hpp (original)
+++ sandbox/itl/boost/itl/type_traits/to_string.hpp 2009-09-06 05:29:45 EDT (Sun, 06 Sep 2009)
@@ -19,7 +19,6 @@
 #include <stdio.h>
 #include <string>
 #include <sstream>
-#pragma warning(disable: 4996) //warns against usage of printf other format-functions
 
 namespace boost{ namespace itl
 {


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk