Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.

initializer_list

John_B_6
Beginner
241 Views

On http://software.intel.com/en-us/articles/c0x-features-supported-by-intel-c-compiler/ It is stated that there is support for General Initializer Lists with version 13. However, I am unable to

#include <initializer_list>

 

to be able to use initializer lists

 

is there any workaround?

0 Kudos
0 Replies
Reply