|
Boost-Commit : |
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.
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