]>
code.bitgloo.com Git - clyne/constexpr-to-string.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
clyne [Fri, 26 Jun 2020 21:47:48 +0000 (17:47 -0400)]
Forgot to support to_string<0>
clyne [Fri, 26 Jun 2020 20:43:20 +0000 (16:43 -0400)]
Remove resolved issue with GCC/C++17
clyne [Fri, 26 Jun 2020 20:41:17 +0000 (16:41 -0400)]
Initialize buf for C++17 GCC; make to_string constexpr
https://www.reddit.com/r/cpp/comments/hgcaih/compiletime_integertostring_conversion_c17/fw3d2fm/
clyne [Fri, 26 Jun 2020 17:42:41 +0000 (13:42 -0400)]
Added explanation of code
clyne [Fri, 26 Jun 2020 17:14:54 +0000 (13:14 -0400)]
Described new changes
clyne [Fri, 26 Jun 2020 17:12:14 +0000 (13:12 -0400)]
Remove redundant length calculation; expand base support to 36
clyne [Fri, 26 Jun 2020 15:16:59 +0000 (11:16 -0400)]
Added compiler explorer link
clyne [Fri, 26 Jun 2020 15:13:25 +0000 (11:13 -0400)]
Update README.md
clyne [Fri, 26 Jun 2020 15:02:37 +0000 (11:02 -0400)]
Create to_string.hpp
clyne [Fri, 26 Jun 2020 14:47:36 +0000 (10:47 -0400)]
Initial commit