region: add convenience typedef region2u
This commit is contained in:
parent
0112d663ff
commit
19317eb3ea
@ -89,6 +89,7 @@ namespace util {
|
|||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
|
typedef region<size_t> region2u;
|
||||||
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
std::ostream& operator<< (std::ostream&, const util::region<T>&);
|
std::ostream& operator<< (std::ostream&, const util::region<T>&);
|
||||||
|
Loading…
Reference in New Issue
Block a user