mFAST icon indicating copy to clipboard operation
mFAST copied to clipboard

Fix build with Clang 19

Open vient opened this issue 6 months ago • 0 comments

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.

vient avatar Aug 07 '24 17:08 vient