From 0f080552fa6c14076938b2a2aa68635d61cca8a0 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Tue, 21 May 2013 22:50:19 +0000 Subject: [PATCH] Remove 'private' definition that I used for debugging. [SVN r84408] --- test/unordered/noexcept_tests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unordered/noexcept_tests.cpp b/test/unordered/noexcept_tests.cpp index 19b04dd3..a4ddfa43 100644 --- a/test/unordered/noexcept_tests.cpp +++ b/test/unordered/noexcept_tests.cpp @@ -2,7 +2,7 @@ // Copyright 2013 Daniel James. // 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) -#define private public + #include "../helpers/prefix.hpp" #include #include