put assign<T>
into anonymous namespace
This commit is contained in:
parent
3f0a3ee063
commit
ccd95c88ec
1 changed files with 3 additions and 4 deletions
|
@ -48,9 +48,7 @@ BOOST_FUSION_ADAPT_TPL_STRUCT(
|
|||
(T, maxx_),
|
||||
(T, maxy_))
|
||||
|
||||
namespace mapnik {
|
||||
|
||||
namespace detail {
|
||||
namespace mapnik { namespace detail { namespace {
|
||||
|
||||
template <typename T>
|
||||
struct assign
|
||||
|
@ -61,7 +59,8 @@ struct assign
|
|||
_val(ctx) = safe_cast<T>(_attr(ctx));
|
||||
}
|
||||
};
|
||||
}
|
||||
} // anonymous
|
||||
} // detail
|
||||
|
||||
template <typename T>
|
||||
box2d<T>::box2d()
|
||||
|
|
Loading…
Reference in a new issue