|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r53466 - in branches/release: . libs/unordered/test/helpers libs/unordered/test/unordered
From: daniel_james_at_[hidden]
Date: 2009-05-30 13:41:06
Author: danieljames
Date: 2009-05-30 13:41:05 EDT (Sat, 30 May 2009)
New Revision: 53466
URL: http://svn.boost.org/trac/boost/changeset/53466
Log:
A couple more minor unordered changes.
Merged revisions 53312,53367 via svnmerge from
https://svn.boost.org/svn/boost/trunk
........
r53312 | danieljames | 2009-05-27 18:43:22 +0100 (Wed, 27 May 2009) | 1 line
Remove obsolete comment.
........
r53367 | danieljames | 2009-05-28 23:06:42 +0100 (Thu, 28 May 2009) | 1 line
Remove a couple of old uses of BOOST_NO_INITIALIZER_LISTS.
........
Properties modified:
branches/release/ (props changed)
Text files modified:
branches/release/libs/unordered/test/helpers/memory.hpp | 5 -----
branches/release/libs/unordered/test/unordered/assign_tests.cpp | 2 +-
branches/release/libs/unordered/test/unordered/constructor_tests.cpp | 2 +-
3 files changed, 2 insertions(+), 7 deletions(-)
Modified: branches/release/libs/unordered/test/helpers/memory.hpp
==============================================================================
--- branches/release/libs/unordered/test/helpers/memory.hpp (original)
+++ branches/release/libs/unordered/test/helpers/memory.hpp 2009-05-30 13:41:05 EDT (Sat, 30 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;
Modified: branches/release/libs/unordered/test/unordered/assign_tests.cpp
==============================================================================
--- branches/release/libs/unordered/test/unordered/assign_tests.cpp (original)
+++ branches/release/libs/unordered/test/unordered/assign_tests.cpp 2009-05-30 13:41:05 EDT (Sat, 30 May 2009)
@@ -103,7 +103,7 @@
((default_generator)(generate_collisions))
)
-#if !defined(BOOST_NO_INITIALIZER_LISTS)
+#if !defined(BOOST_NO_0X_HDR_INITIALIZER_LIST)
UNORDERED_AUTO_TEST(assign_initializer_list)
{
Modified: branches/release/libs/unordered/test/unordered/constructor_tests.cpp
==============================================================================
--- branches/release/libs/unordered/test/unordered/constructor_tests.cpp (original)
+++ branches/release/libs/unordered/test/unordered/constructor_tests.cpp 2009-05-30 13:41:05 EDT (Sat, 30 May 2009)
@@ -288,7 +288,7 @@
((test_map)(test_multimap))
)
-#if !defined(BOOST_NO_INITIALIZER_LISTS)
+#if !defined(BOOST_NO_0X_HDR_INITIALIZER_LIST)
UNORDERED_AUTO_TEST(test_initializer_list) {
std::cerr<<"Initializer List Tests\n";
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