Hacker News new | ask | show | jobs
by klodolph 1140 days ago
C++ has a lot of funny rules when it comes to constructors and initializers. It's easy to accidentally to do something unintended, and end up with code that relies on initialization order.