Skip to content

PL161 16.05.1.3 [compliance] Make <compare> a freestanding header #159

@wg21bot

Description

@wg21bot

<compare> is currently not a freestanding header. This causes two problems:

  1. It is impossible to use the spaceship operator functionality in a minimal freestanding implementation.
  2. The <coroutine> header, which is freestanding, uses <compare>, which is not.

Proposed change:
Adopt P1855. cplusplus/papers#609

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions