region: prefer explicit over block namespacing
This commit is contained in:
parent
17b5514df4
commit
ed3f5629b8
@ -19,15 +19,15 @@
|
|||||||
#endif
|
#endif
|
||||||
#define __UTIL_REGION_IPP
|
#define __UTIL_REGION_IPP
|
||||||
|
|
||||||
namespace util {
|
|
||||||
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
template <size_t S, typename T>
|
template <size_t S, typename T>
|
||||||
template <typename U>
|
template <typename U>
|
||||||
constexpr region<S,U>
|
constexpr util::region<S,U>
|
||||||
region<S,T>::cast (void) const
|
util::region<S,T>::cast (void) const
|
||||||
{
|
{
|
||||||
return {
|
return {
|
||||||
p.template cast<U> (),
|
p.template cast<U> (),
|
||||||
e.template cast<U> ()
|
e.template cast<U> ()
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user