Skip to content

C++23 issue #111

Description

@mickbeaver

using to_underlying = std::to_underlying;

Hello,

When testing locally with C++23 enabled, we found we had to slightly modify sc_pcl.h. We now include <utility>, modified the preprocessor conditional, and changed the referenced lines to:

#if __cplusplus >= 202302L
using std::to_underlying;
#else

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingtriagedUnder investigation but not fixed

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions