Login
From:
www.foonathan.net
(Uncensored)
subscribe
Fixing std::initializer_list
https://www.foonathan.net/2016/12/fixing-initializer-list/
links
backlinks
Roast topics
Find topics
Find it!
std::initializer_list has a couple of flaws like its behavior combined with uniform initialization or generic functions. This post shows how they can be fixed or how to workaround the problems.