HelenOS sources

make_signed       999 uspace/lib/cpp/include/__bits/type_traits/type_traits.hpp     using make_signed_t = typename make_signed<T>::type;
make_signed      1002 uspace/lib/cpp/include/__bits/type_traits/type_traits.hpp     using make_unsigned_t = typename make_signed<T>::type;
HelenOS homepage, sources at GitHub