Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "cxxstd" json field to meta/libraries.json #531

Merged
merged 1 commit into from
Dec 16, 2020
Merged

Add "cxxstd" json field to meta/libraries.json #531

merged 1 commit into from
Dec 16, 2020

Conversation

eldiener
Copy link
Contributor

@eldiener eldiener commented Dec 16, 2020

Description

The "cxxstd" json field is being added to each Boost library's meta json information for libraries whose minumum C++ standard compilation level is C++11 on up. The value of this field matches one of the values for 'cxxstd' in Boost.Build. The purpose of doing this is to provide information for the Boost website documentation for each library which will specify the minimum C++ standard compilation that an end-user must employ in order to use the particular library. This will aid end-users who want to know if they can successfully use a Boost library based on their C++ compiler's compilation level, without having to search the library's documentation to find this out.

References

Tasklist

  • Ensure all CI builds pass
  • Review and approve

…ch Boost library's meta json information for libraries whose minumum C++ standard compilation level is C++11 on up. The value of this field matches one of the values for 'cxxstd' in Boost.Build. The purpose of doing this is to provide information for the Boost website documentation for each library which will specify the minimum C++ standard compilation that an end-user must employ in order to use the particular library. This will aid end-users who want to know if they can successfully use a Boost library based on their C++ compiler's compilation level, without having to search the library's documentation to find this out.
@mloskot mloskot added this to the Boost 1.76+ milestone Dec 16, 2020
@mloskot mloskot merged commit 2b1e466 into boostorg:develop Dec 16, 2020
@mloskot mloskot changed the title Add "cxxstd" json field. The "cxxstd" json field is being added to ea… Add "cxxstd" json field Dec 16, 2020
@mloskot
Copy link
Member

mloskot commented Dec 16, 2020

@ eldiener Thank you!

@mloskot mloskot changed the title Add "cxxstd" json field Add "cxxstd" json field to meta/libraries.json Dec 17, 2020
@mloskot mloskot mentioned this pull request May 12, 2022
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants