Home | History | Annotate | Download | only in src

Lines Matching refs:make_unsigned

237 // available in C++11 as std::make_unsigned
239 struct make_unsigned {
244 // Template specializations necessary to have make_unsigned work
245 template<> struct make_unsigned<int32_t> {
250 template<> struct make_unsigned<int64_t> {