From 09145b04390096857de6ae654456340e7424e66f Mon Sep 17 00:00:00 2001 From: Denis Blank Date: Sat, 25 Jul 2015 12:29:11 +0200 Subject: [PATCH] build fix --- test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.cpp b/test.cpp index a2bd999..f6d7347 100644 --- a/test.cpp +++ b/test.cpp @@ -122,7 +122,7 @@ void test_unwrap(std::string const& msg) #include #include -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. /*