FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

No longer test for C++11. by bangerth · Pull Request #798 · taskflow/taskflow · GitHub

No longer test for C++11. - #798

Open
bangerth wants to merge 1 commit into
taskflow:masterfrom
bangerth:uintptr
Open

bangerth wants to merge 1 commit into
taskflow:masterfrom
bangerth:uintptr

Conversation

Copy link
Copy Markdown
Contributor

In looking at dealii/dealii#19188, I found a place where the current code base still checks whether the C++ standard is at least C++11. That's no longer necessary because Taskflow requires C++20 anyway.

I also looked at the other part of the #if here, testing for whether defined(UINTPTR_MAX) exists. From C++11 to C++26, the standard defines std::uintptr_t as an optional type. So it's not guaranteed that it always exists, and using defined(UINTPTR_MAX) is still necessary.

Copy link
Copy Markdown
Member

@bangerth thank you for the pull request!

This branch has not been deployed

No deployments
This file contains hidden or 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL