|
Boost-Commit : |
From: daniel_james_at_[hidden]
Date: 2008-01-13 09:36:45
Author: danieljames
Date: 2008-01-13 09:36:45 EST (Sun, 13 Jan 2008)
New Revision: 42717
URL: http://svn.boost.org/trac/boost/changeset/42717
Log:
Fix a non-unique header guard.
Text files modified:
branches/unordered/trunk/libs/unordered/test/objects/exception.hpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Modified: branches/unordered/trunk/libs/unordered/test/objects/exception.hpp
==============================================================================
--- branches/unordered/trunk/libs/unordered/test/objects/exception.hpp (original)
+++ branches/unordered/trunk/libs/unordered/test/objects/exception.hpp 2008-01-13 09:36:45 EST (Sun, 13 Jan 2008)
@@ -3,8 +3,8 @@
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-#if !defined(BOOST_UNORDERED_TEST_OBJECTS_HEADER)
-#define BOOST_UNORDERED_TEST_OBJECTS_HEADER
+#if !defined(BOOST_UNORDERED_EXCEPTION_TEST_OBJECTS_HEADER)
+#define BOOST_UNORDERED_EXCEPTION_TEST_OBJECTS_HEADER
#include "../helpers/test.hpp"
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