I found that initializer_list is not supported by MSVC 2012. But can it (initializer_list)
be used in VS somehow (with the help of Boost library for example). Samples if you can, please.
I found that initializer_list is not supported by MSVC 2012. But can it (initializer_list)
Share
Boost::assign is as close as you get.
More specifically, assign::list_of is probably similar to the behavior you’re looking for.