Hacker News new | ask | show | jobs
by PaulDavisThe1st 1367 days ago
Well, "modern" is relative. We just recently moved to C++11 :)

We do not use unique_ptr and to be honest I can find little to no use for it anywhere in our 600k lines of C++.

1 comments

With apologies to Oscar Wilde: I spent all morning putting in std::unique_ptr and all afternoon taking it out again.