Skip to content

Define BOOST_NO_CXX20_CHAR8_T #361

Description

@deadlocklogic

Hi,
Just a suggestion of defining BOOST_NO_CXX20_CHAR8_T like

#if !defined(__cpp_char8_t) || (__cpp_char8_t < 201811)
#  define BOOST_NO_CXX20_CHAR8_T
#endif

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