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

Emplace Operations

raikkanto
Beginner
218 Views
Does the compiler support emplace operations? (Where might I documentation of which parts of the C++11 standard are supported?)
0 Kudos
1 Reply
Judith_W_Intel
Employee
218 Views

Look here for compiler supported features:

http://software.intel.com/en-us/articles/c0x-features-supported-by-intel-c-compiler/

I think the emplace operations that you are referring to is part of the C++ standard library support. Intel does not release its own C++ standardlibrary, it uses whatever version is available on the host operating system. So if GNU supports them we do.
0 Kudos
Reply