Nest all namespaces
The compiler supports this now. We can type less going forward.
No functional changes.
Signed-off-by: Stephan Pleines <pleines.stephan@gmail.com>
Change-Id: I29d6fa4f9aacc0e381f1a7637294db0392466995
diff --git a/y2017/vision/target_receiver.cc b/y2017/vision/target_receiver.cc
index f21fe4e..fd9f7d8 100644
--- a/y2017/vision/target_receiver.cc
+++ b/y2017/vision/target_receiver.cc
@@ -9,8 +9,7 @@
#include "y2017/vision/vision_generated.h"
#include "y2017/vision/vision_result.pb.h"
-namespace y2017 {
-namespace vision {
+namespace y2017::vision {
using aos::monotonic_clock;
@@ -70,8 +69,7 @@
}
}
-} // namespace vision
-} // namespace y2017
+} // namespace y2017::vision
int main(int argc, char **argv) {
::aos::InitGoogle(&argc, &argv);