Skip to content

CMake: require C++ 14 #57

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

Merged
merged 1 commit into from
Mar 4, 2025
Merged

CMake: require C++ 14 #57

merged 1 commit into from
Mar 4, 2025

Conversation

nim65s
Copy link
Contributor

@nim65s nim65s commented Feb 17, 2025

to fix on macos 14 / boost 1.87:

        …/cmeel.prefix/include/boost/smart_ptr/bad_weak_ptr.hpp:36:18: error: exception specification of overriding function is more lax than base version
            char const * what() const noexcept override
                         ^

to fix on macos 14 / boost 1.87:
```
        …/cmeel.prefix/include/boost/smart_ptr/bad_weak_ptr.hpp:36:18: error: exception specification of overriding function is more lax than base version
            char const * what() const noexcept override
                         ^
@hrp2-14
Copy link

hrp2-14 commented Feb 17, 2025

Hi ! This project doesn't usually accept pull requests on the main branch.
If this wasn't intentionnal, you can change the base branch of this PR to devel
(No need to close it for that). Best, a bot.

@nim65s nim65s changed the base branch from master to devel February 17, 2025 16:34
@nim65s nim65s merged commit 3230870 into stack-of-tasks:devel Mar 4, 2025
8 checks passed
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