18 Commits

Author SHA1 Message Date
6ae484c801 add const and references to container operations 2020-06-27 18:37:33 -04:00
e395be3782 Use end() in constructor 2020-06-27 18:31:53 -04:00
eeb04bad15
Merge pull request #4 from Neargye/master
container-like
2020-06-27 18:14:43 -04:00
neargye
9aa286ebc0 container-like 2020-06-27 21:38:28 +05:00
8b2e3c7bc5
Update "how it works" section 2020-06-26 18:56:13 -04:00
f26a6dc4d5
Add note on custom character types 2020-06-26 18:50:47 -04:00
84401c7473
Add support for range-based for loops 2020-06-26 18:11:57 -04:00
8dfd9e49ad
Add support for different character widths 2020-06-26 18:05:11 -04:00
1d8ef0361c
Forgot to support to_string<0> 2020-06-26 17:47:48 -04:00
4cffc3ffbc
Remove resolved issue with GCC/C++17 2020-06-26 16:43:20 -04:00
37b7cd1715
Initialize buf for C++17 GCC; make to_string constexpr
https://www.reddit.com/r/cpp/comments/hgcaih/compiletime_integertostring_conversion_c17/fw3d2fm/
2020-06-26 16:41:17 -04:00
2be778931d
Added explanation of code 2020-06-26 13:42:41 -04:00
5510e86a96
Described new changes 2020-06-26 13:14:54 -04:00
796eb3e7ee
Remove redundant length calculation; expand base support to 36 2020-06-26 13:12:14 -04:00
aa85b760a8
Added compiler explorer link 2020-06-26 11:16:59 -04:00
0f38f29202
Update README.md 2020-06-26 11:13:25 -04:00
a436ba6867
Create to_string.hpp 2020-06-26 11:02:37 -04:00
2cd6a7d877
Initial commit 2020-06-26 10:47:36 -04:00