-
Notifications
You must be signed in to change notification settings - Fork 165
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
docs!: announce switch from C++11 to C++14 with Boost 1.80 #677
Merged
mloskot
merged 1 commit into
boostorg:develop
from
striezel-stash:announce-switch-to-c++14
May 24, 2022
Merged
docs!: announce switch from C++11 to C++14 with Boost 1.80 #677
mloskot
merged 1 commit into
boostorg:develop
from
striezel-stash:announce-switch-to-c++14
May 24, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mloskot
requested review from
chhenning,
lpranam,
sdebionne,
simmplecoder and
stefanseefeld
May 23, 2022 09:40
mloskot
approved these changes
May 23, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks very good to me. Thanks!
6 tasks
6 tasks
lpranam
approved these changes
May 23, 2022
sdebionne
approved these changes
May 24, 2022
2 tasks
mloskot
pushed a commit
that referenced
this pull request
May 26, 2022
color_converted_view has the same implementation and can be used as a replacement, providing the same functionality. This builds on #660 by @marco-langer (Thank you!) Due to the fact that the switch to C++14 has been announced in #677, we can now officially use the [[deprecated]] attribute which was standardized in C++14. This is initial part of deprecating the `any_color_converted_view` and as @marco-langer pointed in #660 (comment) there are more changes to follow.
1 task
mloskot
added a commit
to mloskot/gil
that referenced
this pull request
Jun 26, 2022
For Boost 1.80 we have announced switch from C++11 to C++14 as an intermediate step: boostorg#677 As we will be moving forward with refactoring and modernisations, we are planning to switch to C++17 in (near) future Boost release: boostorg#676
mloskot
added a commit
to mloskot/gil
that referenced
this pull request
Jun 26, 2022
For Boost 1.80 we have announced switch from C++11 to C++14 as an intermediate step: boostorg#677 As we will be moving forward with refactoring and modernisations, we are planning to switch to C++17 in (near) future Boost release: boostorg#676
mloskot
added a commit
that referenced
this pull request
Jun 27, 2022
mloskot
added a commit
to mloskot/gil
that referenced
this pull request
Jun 27, 2022
Follow-up to PR boostorg#677 and Issue boostorg#696
mloskot
added a commit
to mloskot/gil
that referenced
this pull request
Jun 27, 2022
Follow-up to boostorg#677 Related to boostorg#696
1 task
mloskot
added a commit
to mloskot/gil
that referenced
this pull request
Jun 27, 2022
1 task
mloskot
added a commit
that referenced
this pull request
Jun 27, 2022
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Announces the switch to C++14 with the next release, i. e. Boost 1.80.
References
See #676 for the discussion to move to a newer standard.
Tasklist