From ccd95c88ecb179f5349ecfd077454ccf8a550bbf Mon Sep 17 00:00:00 2001 From: artemp Date: Mon, 22 Aug 2016 10:46:52 +0100 Subject: [PATCH] put `assign` into anonymous namespace --- include/mapnik/box2d_impl.hpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/include/mapnik/box2d_impl.hpp b/include/mapnik/box2d_impl.hpp index 43653ac52..b1c462d16 100644 --- a/include/mapnik/box2d_impl.hpp +++ b/include/mapnik/box2d_impl.hpp @@ -48,9 +48,7 @@ BOOST_FUSION_ADAPT_TPL_STRUCT( (T, maxx_), (T, maxy_)) -namespace mapnik { - -namespace detail { +namespace mapnik { namespace detail { namespace { template struct assign @@ -61,7 +59,8 @@ struct assign _val(ctx) = safe_cast(_attr(ctx)); } }; -} +} // anonymous +} // detail template box2d::box2d()