Oracle® Solaris Studio 12.4: C++ User's Guide

Exit Print View

Updated: March 2015
 
 

1.1.1 C++11 Standard

Oracle Solaris Studio 12.4 is the first release to include support for the C++11 standard. All features of C++11 are supported except for the following:

There is no support for:

  • C++11 concurrency

  • User-defined literals

The following headers for concurrency features are not supported:

  • <atomic>

  • <future>

  • <thread>

  • <mutex>