Hacker News new | ask | show | jobs
by tos1 2367 days ago
Also, make_unique<int[]> would not be UB: The post matches new[] with delete and does not even care about valgrind mentioning this.