blob: 7c3ac1378d4aa5c09e91dc6777458d2c3ab5a97b [file] [log] [blame]
#include <stdplus/numeric/str.hpp>
namespace stdplus::detail
{
template char* uintToStr<16>(char*, uintptr_t, uint8_t) noexcept;
template char* uintToStr<10>(char*, uintptr_t, uint8_t) noexcept;
} // namespace stdplus::detail