]> code.bitgloo.com Git - clyne/constexpr-to-string.git/shortlog
clyne/constexpr-to-string.git
2020-06-26 clyneAdd support for different character widths
2020-06-26 clyneForgot to support to_string<0>
2020-06-26 clyneRemove resolved issue with GCC/C++17
2020-06-26 clyneInitialize buf for C++17 GCC; make to_string constexpr
2020-06-26 clyneAdded explanation of code
2020-06-26 clyneDescribed new changes
2020-06-26 clyneRemove redundant length calculation; expand base suppor...
2020-06-26 clyneAdded compiler explorer link
2020-06-26 clyneUpdate README.md
2020-06-26 clyneCreate to_string.hpp
2020-06-26 clyneInitial commit