Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r50506 - in branches/release: . boost/unordered/detail
From: daniel_james_at_[hidden]
Date: 2009-01-07 16:50:24


Author: danieljames
Date: 2009-01-07 16:50:23 EST (Wed, 07 Jan 2009)
New Revision: 50506
URL: http://svn.boost.org/trac/boost/changeset/50506

Log:
Remove a tab.

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

........
  r50452 | danieljames | 2009-01-03 23:26:00 +0000 (Sat, 03 Jan 2009) | 1 line
  
  Remove a tab.
........

Properties modified:
   branches/release/ (props changed)
Text files modified:
   branches/release/boost/unordered/detail/hash_table.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: branches/release/boost/unordered/detail/hash_table.hpp
==============================================================================
--- branches/release/boost/unordered/detail/hash_table.hpp (original)
+++ branches/release/boost/unordered/detail/hash_table.hpp 2009-01-07 16:50:23 EST (Wed, 07 Jan 2009)
@@ -226,7 +226,7 @@
         
         template <typename T>
         void destroy(T* x) {
- x->~T();
+ x->~T();
         }
     }
 }


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