Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r78635 - trunk/boost/functional/detail
From: dnljms_at_[hidden]
Date: 2012-05-26 11:02:27


Author: danieljames
Date: 2012-05-26 11:02:26 EDT (Sat, 26 May 2012)
New Revision: 78635
URL: http://svn.boost.org/trac/boost/changeset/78635

Log:
Hash: Remove stary semicolon from deprecation pragma.
Text files modified:
   trunk/boost/functional/detail/container_fwd.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/boost/functional/detail/container_fwd.hpp
==============================================================================
--- trunk/boost/functional/detail/container_fwd.hpp (original)
+++ trunk/boost/functional/detail/container_fwd.hpp 2012-05-26 11:02:26 EDT (Sat, 26 May 2012)
@@ -16,7 +16,7 @@
 
 #if defined(__EDG__)
 #elif defined(_MSC_VER) || defined(__BORLANDC__) || defined(__DMC__)
-#pragma message("Warning: boost/functional/detail/container_fwd.hpp is deprecated, use boost/detail/container_fwd.hpp instead.");
+#pragma message("Warning: boost/functional/detail/container_fwd.hpp is deprecated, use boost/detail/container_fwd.hpp instead.")
 #elif defined(__GNUC__) || defined(__HP_aCC) || \
     defined(__SUNPRO_CC) || defined(__IBMCPP__)
 #warning "boost/functional/detail/container_fwd.hpp is deprecated, use boost/detail/container_fwd.hpp instead."


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