Skip to content
Snippets Groups Projects
Commit c688b401 authored by Marc Chevrier's avatar Marc Chevrier Committed by Brad King
Browse files

cmstd: Modernize CMake system headers

Provide a standardized way to handle the C++ "standard" headers
customized to be used with current CMake C++ standard constraints.
Offer under directory `cm` headers which can be used as direct
replacements of the standard ones.  For example:

    #include <cm/string_view>

can be used safely for CMake development in place of the `<string_view>`
standard header.

Fixes: #19491
parent 9c31d83a
No related merge requests found
Showing
with 42 additions and 22 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment