Remove 'private' definition that I used for debugging.

[SVN r84408]
This commit is contained in:
Daniel James
2013-05-21 22:50:19 +00:00
parent f8a6ea40a1
commit 0f080552fa

View File

@ -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 <boost/unordered_set.hpp>
#include <boost/unordered_map.hpp>