xo-expression2: + IExpression_DVariable
This commit is contained in:
parent
6cd861f47e
commit
a6a0e8a8ea
13 changed files with 187 additions and 32 deletions
|
|
@ -32,6 +32,15 @@ bool
|
|||
IExpression_Any::_valid
|
||||
= valid_facet_implementation<AExpression, IExpression_Any>();
|
||||
|
||||
// nonconst methods
|
||||
|
||||
auto
|
||||
IExpression_Any::assign_valuetype(Opaque, TypeDescr) noexcept -> void
|
||||
{
|
||||
_fatal();
|
||||
}
|
||||
|
||||
|
||||
} /*namespace scm*/
|
||||
} /*namespace xo*/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue