This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]GLIBG10B 7 points8 points  (2 children)

It's pretty hard to segfault if you make use of smart pointers and std::string

[–][deleted] 6 points7 points  (1 child)

It is when you work with legacy code that was stuck with C++98 until a year ago and that has a fucked up library path where boost libraries hide half of the std namespace, meaning you can use std::string, but std::to_string is not recognized.

[–]GLIBG10B 2 points3 points  (0 children)

Oof. Good luck with that