Instance some signed region types
This commit is contained in:
parent
53456c9762
commit
d9211483a0
@ -163,8 +163,10 @@ operator<< (std::ostream &os, const region<T> &rhs) {
|
||||
}
|
||||
|
||||
|
||||
template struct region<unsigned int>;
|
||||
template struct region<unsigned long>;
|
||||
template struct region<int32_t>;
|
||||
template struct region<int64_t>;
|
||||
template struct region<uint32_t>;
|
||||
template struct region<uint64_t>;
|
||||
template struct region<double>;
|
||||
|
||||
template std::ostream& operator<< (std::ostream&, const region<unsigned int>&);
|
||||
|
Loading…
Reference in New Issue
Block a user