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/constants.cc b/y2017/constants.cc
index b27c3b7..d599772 100644
--- a/y2017/constants.cc
+++ b/y2017/constants.cc
@@ -21,8 +21,7 @@
 #define M_PI 3.14159265358979323846
 #endif
 
-namespace y2017 {
-namespace constants {
+namespace y2017::constants {
 
 const int Values::kZeroingSampleSize;
 
@@ -194,5 +193,4 @@
       Blend(coefficient, a1.indexer_velocity, a2.indexer_velocity)};
 }
 
-}  // namespace constants
-}  // namespace y2017
+}  // namespace y2017::constants