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

I stand corrected, however I have a couple of ideas to try later on.