Skip to content

Editorial issues in N4725 #56

Closed
Closed
@jaredhoberock

Description

@jaredhoberock

From Alisdair M:

5.3 Vector execution policy p2

Missing cross-reference in () after “sequencing constraint of wavefront application ()"

7.2.1 Header <experimental/algorithm> synopsis
This line:
template<class T> struct no_deduce_t = typename no_deduce<T>::type;

Should be an alias template declaration:
template<class T> using no_deduce_t = typename no_deduce<T>::type;

7.2.5 No Vec, p2:

Evaluates std::forward>F<(f)().

Note the angle brackets point the wrong way.

7.2.6 Ordered update class

Missing "template <class T>" above "class ordered_update_t”.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions