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

Fix build with Clang 19 #133

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

vient
Copy link

@vient vient commented Aug 7, 2024

mfast315128adcd459/p/include/mfast/ext_ref.h:131:40: error: no member named 'optional' in 'ext_cref<mfast::decimal_cref, tuple<type-parameter-0-0, type-parameter-0-1>, type-parameter-0-2>'
  131 |   bool present() const { return !this->optional() || base_.present(); }
      |                                  ~~~~  ^
1 error generated.

Guess other places like this may fail too so patched them as well.

```
mfast315128adcd459/p/include/mfast/ext_ref.h:131:40: error: no member named 'optional' in 'ext_cref<mfast::decimal_cref, tuple<type-parameter-0-0, type-parameter-0-1>, type-parameter-0-2>'
  131 |   bool present() const { return !this->optional() || base_.present(); }
      |                                  ~~~~  ^
1 error generated.
```
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.

1 participant