Hacker News new | ask | show | jobs
by ghighi7878 81 days ago
Well thats not always true. Initializer list is a glaring example. So are integer promotion some other things like
1 comments

Integer promotion? - Stroustroup pleads C source compat else stillborn.

Initializes lists suck mainly because of C source compat constraints, too. In fact, most things that suck in C++ came from B via C.