Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r54826 - in branches/release: . boost/functional/hash
From: daniel_james_at_[hidden]
Date: 2009-07-08 20:11:16


Author: danieljames
Date: 2009-07-08 20:11:16 EDT (Wed, 08 Jul 2009)
New Revision: 54826
URL: http://svn.boost.org/trac/boost/changeset/54826

Log:
Fix gcc -pedantic warning: remove extra ";".

Merged revisions 54146 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r54146 | jhunold | 2009-06-21 15:38:19 +0100 (Sun, 21 Jun 2009) | 2 lines
  
  Fix gcc -pedantic warning: remove extra ";".
........

Properties modified:
   branches/release/ (props changed)
Text files modified:
   branches/release/boost/functional/hash/hash.hpp | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: branches/release/boost/functional/hash/hash.hpp
==============================================================================
--- branches/release/boost/functional/hash/hash.hpp (original)
+++ branches/release/boost/functional/hash/hash.hpp 2009-07-08 20:11:16 EDT (Wed, 08 Jul 2009)
@@ -392,8 +392,8 @@
 #endif
 
 #if defined(BOOST_HAS_LONG_LONG)
- BOOST_HASH_SPECIALIZE(boost::long_long_type);
- BOOST_HASH_SPECIALIZE(boost::ulong_long_type);
+ BOOST_HASH_SPECIALIZE(boost::long_long_type)
+ BOOST_HASH_SPECIALIZE(boost::ulong_long_type)
 #endif
 
 #undef BOOST_HASH_SPECIALIZE


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