extent: instantiate templates from stdint types

This commit is contained in:
Danny Robson 2014-07-02 15:43:24 +10:00
parent 52eb957d4b
commit 89c87cbf06

View File

@ -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>;
}