build fix

This commit is contained in:
Denis Blank 2015-07-25 12:29:11 +02:00 committed by Naios
parent 710b34a6e5
commit 09145b0439

View File

@ -122,7 +122,7 @@ void test_unwrap(std::string const& msg)
#include <atomic>
#include <random>
static std::atomic_size_t move_tracer_index = 0;
// static std::atomic_size_t move_tracer_index = 0;
/// Class to trace construct, destruct, copy and move operations.
/*