Skip to content

Commit 4cffc3f

Browse files
authored
Remove resolved issue with GCC/C++17
1 parent 37b7cd1 commit 4cffc3f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.md

-5
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* Convert any integral type to a string at compile-time
66
* Supports converting to any base between 2 and 36 inclusive
77
* No external dependencies, only includes `type_traits` for template parameter checking
8-
* Works best in C++20 GCC or C++17/20 Clang
98

109
**How to use:**
1110

@@ -22,10 +21,6 @@ With `to_string`, all that will be found in program disassembly are the resultin
2221
2322
Try it [on Compiler Explorer](https://godbolt.org/z/T-MFoh).
2423
25-
**Known issues:**
26-
27-
* With C++17 GCC, `to_string` must be used to initialize variables; otherwise, the integer-string conversion is done at run-time.
28-
2924
# How it works
3025
3126
The basic structure of `to_string` is shown below:

0 commit comments

Comments
 (0)