Commit 2409cb2e by Dominic Hamon

Minor move of code to cleanup up namespace spaghetti a bit

parent a96ff121
...@@ -99,20 +99,15 @@ DEFINE_bool(benchmark_counters_tabular, false, ...@@ -99,20 +99,15 @@ DEFINE_bool(benchmark_counters_tabular, false,
DEFINE_int32(v, 0, "The level of verbose logging to output"); DEFINE_int32(v, 0, "The level of verbose logging to output");
namespace benchmark { namespace benchmark {
namespace internal {
void UseCharPointer(char const volatile*) {}
} // end namespace internal
namespace { namespace {
static const size_t kMaxIterations = 1000000000; static const size_t kMaxIterations = 1000000000;
} // end namespace } // end namespace
namespace internal { namespace internal {
void UseCharPointer(char const volatile*) {}
class ThreadManager { class ThreadManager {
public: public:
ThreadManager(int num_threads) ThreadManager(int num_threads)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment