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

[release] v0.8.1 [Falkor] #606

Merged
merged 4 commits into from
Nov 17, 2023
Merged

[release] v0.8.1 [Falkor] #606

merged 4 commits into from
Nov 17, 2023

Conversation

DeckerSU
Copy link

No description provided.

@DeckerSU DeckerSU requested review from ca333 and Alrighttt November 15, 2023 20:06
this patch fixes errors like:

```
include/boost/concept/detail/general.hpp:39:47: warning: 'this' pointer null [-Wnonnull]
   39 |     static void failed() { ((Model*)0)->~Model(); }
```

during build with gcc 11.x, more details can be found here:

- boostorg/concept_check#27
- boostorg/concept_check#28

# Conflicts:
#	depends/packages/boost.mk
…ll-gcc11

depends: patch boost to ignore -Wnonnull new gcc 11 warnings
@ca333 ca333 merged commit 41265fb into master Nov 17, 2023
6 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.

3 participants