From: clyne Date: Sat, 27 Jun 2020 23:13:18 +0000 (-0400) Subject: Changed other base instance to signed X-Git-Url: https://code.bitgloo.com/?a=commitdiff_plain;h=56692725154d1e4ff2ef4786107cfda81c44b192;p=clyne%2Fconstexpr-to-string.git Changed other base instance to signed --- diff --git a/to_string.hpp b/to_string.hpp index e7eef93..eb363f0 100644 --- a/to_string.hpp +++ b/to_string.hpp @@ -68,7 +68,7 @@ class to_string_t { /** * Simplifies use of `to_string_t` from `to_string_t()` to `to_string`. */ -template +template constexpr to_string_t to_string; #endif // TCSULLIVAN_TO_STRING_HPP_