From 28ddc9f3468d757e193334408a022edcc53e8963 Mon Sep 17 00:00:00 2001 From: Jacob Dufault Date: Wed, 16 Aug 2017 19:08:00 -0700 Subject: [PATCH] Re-enable anonymous namespace in command_line.cc --- src/command_line.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/command_line.cc b/src/command_line.cc index 4253b601..88773838 100644 --- a/src/command_line.cc +++ b/src/command_line.cc @@ -48,7 +48,7 @@ // TODO: implement ThreadPool type which monitors CPU usage / number of work items // per second completed and scales up/down number of running threads. -//namespace { +namespace { std::vector kEmptyArgs; @@ -822,7 +822,7 @@ struct IndexManager { }; -//} // namespace +} // namespace enum class FileParseQuery { NeedsParse,