extent: instantiate templates from stdint types
This commit is contained in:
parent
52eb957d4b
commit
89c87cbf06
@ -111,7 +111,8 @@ namespace util {
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
namespace util {
|
||||
template struct extent<unsigned int>;
|
||||
template struct extent<unsigned long>;
|
||||
template struct extent<uint32_t>;
|
||||
template struct extent<uint64_t>;
|
||||
template struct extent<float>;
|
||||
template struct extent<double>;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user