ISO/IEC-19571 Programming Languages - Technical specification for C++ extensions for concurrency

ISO/IEC-19571 - 1ST EDITION - SUPERSEDED
Show Complete Document History

Document Center Inc. is an authorized dealer of ISO standards.
The following bibliographic material is provided to assist you with your purchasing decision:


Since the extensions described in this ISO/IEC TS 19571:2016 are experimental and not part of the C++ standard library, they should not be declared directly within namespace std. Unless otherwise specified, all components described in this technical specification either:

- modify an existing interface in the C++ Standard Library in-place,

- are declared in a namespace whose name appends ::experimental::concurrency_v1 to a namespace defined in the C++ Standard Library, such as std, or

- are declared in a subnamespace of a namespace described in the previous bullet, whose name is not the same as an existing subnamespace of namespace std.

Each header described in this ISO/IEC TS 19571:2016 shall import the contents of std::experimental::concurrency_v1

into std::experimental as if by

namespace std {

namespace experimental {

inline namespace concurrency_v1 {}

}

}

To find similar documents by classification:

35.060 (Languages used in information technology)

This document comes with our free Notification Service, good for the life of the document.

This document is available in either Paper or PDF format.

Document Number

ISO/IEC TS 19571:2016

Revision Level

1ST EDITION

Status

Superseded

Publication Date

Feb. 1, 2016

Committee Number

ISO/IEC JTC 1/SC 22