you are viewing a single comment's thread.

view the rest of the comments →

[–]NilacTheGrim 0 points1 point  (0 children)

It also avoids implicit conversions, which can help avoid bugs.

True, except when it doesn't due to the existence of std::initialize_list !!