Y
Hacker News
new
|
ask
|
show
|
jobs
by
andreidd
1517 days ago
Your example only works because the optimizer eliminates your call to std::to_string.
Call get_fizzbuzz(11) and you'll see the error.
1 comments
pjmlp
1516 days ago
I stand corrected, however I have a couple of ideas to try later on.
link