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, maxx_),
|
||||||
(T, maxy_))
|
(T, maxy_))
|
||||||
|
|
||||||
namespace mapnik {
|
namespace mapnik { namespace detail { namespace {
|
||||||
|
|
||||||
namespace detail {
|
|
||||||
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
struct assign
|
struct assign
|
||||||
|
@ -61,7 +59,8 @@ struct assign
|
||||||
_val(ctx) = safe_cast<T>(_attr(ctx));
|
_val(ctx) = safe_cast<T>(_attr(ctx));
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
} // anonymous
|
||||||
|
} // detail
|
||||||
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
box2d<T>::box2d()
|
box2d<T>::box2d()
|
||||||
|
|
Loading…
Add table
Reference in a new issue