diff options
author | clyne <clyne@bitgloo.com> | 2020-06-26 13:14:54 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-26 13:14:54 -0400 |
commit | 5510e86a96746ca4edd38bc41bf16e57fc619df6 (patch) | |
tree | 7fe5d1cb6251918cd728ddcfc4f2dc7a0802a13b | |
parent | 796eb3e7ee4a700e497eac94c6f76c6409162aea (diff) |
Described new changes
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,8 +3,8 @@ **Features:** * Convert any integral type to a string at compile-time -* String can be in binary, hexadecimal, or any base in-between -* No external dependencies, only includes `type_traits` for type-checking +* Supports converting to any base between 2 and 36 inclusive +* No external dependencies, only includes `type_traits` for template parameter checking * Works best in C++20 GCC or C++17/20 Clang **How to use:** |