Add note on custom character types

pull/4/head
Clyne 4 years ago committed by GitHub
parent 84401c7473
commit f26a6dc4d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,6 +5,7 @@
* Convert any integral type to a string at compile-time * Convert any integral type to a string at compile-time
* Supports converting to any base between 2 and 36 inclusive * Supports converting to any base between 2 and 36 inclusive
* No external dependencies, only includes `type_traits` for template parameter checking * No external dependencies, only includes `type_traits` for template parameter checking
* Supports custom character types, e.g. `to_string<123, 10, wchar_t>`
**How to use:** **How to use:**

Loading…
Cancel
Save