Closed GabrielDosReis closed 1 year ago
Split the class cxx_form::Indirector::Simple into two:
cxx_form::Indirector::Simple
cxx_form::Indirector::Pointer
cxx_form::Indirector::Reference
Adjust the return type of cxx_form::Indirector::Member::whole() to Expr.
cxx_form::Indirector::Member::whole()
Expr
This is a source breaking change.
The failed checks are infrastructure issues
Split the class
cxx_form::Indirector::Simple
into two:cxx_form::Indirector::Pointer
, andcxx_form::Indirector::Reference
.Adjust the return type of
cxx_form::Indirector::Member::whole()
toExpr
.This is a source breaking change.