Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r73401 - trunk/boost
From: antoshkka_at_[hidden]
Date: 2011-07-27 11:56:51


Author: apolukhin
Date: 2011-07-27 11:56:49 EDT (Wed, 27 Jul 2011)
New Revision: 73401
URL: http://svn.boost.org/trac/boost/changeset/73401

Log:
Fixes #5732.

* one more try to fix compilation errors on pgi compiler
Text files modified:
   trunk/boost/lexical_cast.hpp | 4 +---
   1 files changed, 1 insertions(+), 3 deletions(-)

Modified: trunk/boost/lexical_cast.hpp
==============================================================================
--- trunk/boost/lexical_cast.hpp (original)
+++ trunk/boost/lexical_cast.hpp 2011-07-27 11:56:49 EDT (Wed, 27 Jul 2011)
@@ -46,10 +46,8 @@
 #include <boost/static_assert.hpp>
 #include <boost/detail/lcast_precision.hpp>
 #include <boost/detail/workaround.hpp>
-
-#ifdef __PGI
 #include <cwchar>
-#endif
+
 
 #ifndef BOOST_NO_STD_LOCALE
 # include <locale>


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