Hacker News new | ask | show | jobs
by honkhonkpants 3642 days ago
I think make_clear is just not good style. It conflicts in meaning with std::make_unique, which allocates a std::unique_pointer. When I see make_clear I think it allocates a new, empty object.