$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r53312 - trunk/libs/unordered/test/helpers
From: daniel_james_at_[hidden]
Date: 2009-05-27 13:43:23
Author: danieljames
Date: 2009-05-27 13:43:22 EDT (Wed, 27 May 2009)
New Revision: 53312
URL: http://svn.boost.org/trac/boost/changeset/53312
Log:
Remove obsolete comment.
Text files modified:
trunk/libs/unordered/test/helpers/memory.hpp | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
Modified: trunk/libs/unordered/test/helpers/memory.hpp
==============================================================================
--- trunk/libs/unordered/test/helpers/memory.hpp (original)
+++ trunk/libs/unordered/test/helpers/memory.hpp 2009-05-27 13:43:22 EDT (Wed, 27 May 2009)
@@ -18,11 +18,6 @@
{
namespace detail
{
- // This annoymous namespace won't cause ODR violations as I won't
- // be linking multiple translation units together. I'll probably
- // move this into a cpp file before a full release, but for now it's
- // the most convenient way.
-
struct memory_area {
void const* start;
void const* end;