- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Does the compiler support emplace operations? (Where might I documentation of which parts of the C++11 standard are supported?)
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page