Added compiler explorer link

pull/1/head
Clyne 4 years ago committed by GitHub
parent 0f38f29202
commit aa85b760a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -20,6 +20,8 @@ puts(to_string<30, 2>); // produces "11110"
With `to_string`, all that will be found in program disassembly are the resulting string literals, as if you wrote the strings yourself.
Try it [on Compiler Explorer](https://godbolt.org/z/T-MFoh).
**Known issues:**
* With C++17 GCC, `to_string` must be used to initialize variables; otherwise, the integer-string conversion is done at run-time.

Loading…
Cancel
Save