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

Commits on Aug 7, 2024

  1. Fix build with Clang 19

    ```
    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.
    ```
    vient authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    0451bf3 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Update ext_ref.h

    vient authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    de5aa3b View commit details
    Browse the repository at this point in the history