$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: daniel_james_at_[hidden]
Date: 2008-04-16 13:36:26
Author: danieljames
Date: 2008-04-16 13:36:26 EDT (Wed, 16 Apr 2008)
New Revision: 44470
URL: http://svn.boost.org/trac/boost/changeset/44470
Log:
Missing semi-colon.
Text files modified: 
   branches/unordered/trunk/boost/unordered/detail/move.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: branches/unordered/trunk/boost/unordered/detail/move.hpp
==============================================================================
--- branches/unordered/trunk/boost/unordered/detail/move.hpp	(original)
+++ branches/unordered/trunk/boost/unordered/detail/move.hpp	2008-04-16 13:36:26 EDT (Wed, 16 Apr 2008)
@@ -207,7 +207,7 @@
 struct copy_sink
 {
     typedef R type;
-}
+};
 
 // Always copy the element unless this is overloaded.