bass
bass copied to clipboard
Fix type conversions from/to optional type (std::any)
NOTE: Does not change current parsing logic!
- Throw on invalid conversion of an empty std::any value to non-optional (c++) type (int,Number,string,…)
- Remove (unused) SemanticValues array value cast function
- Move definition of
AsmValue
type todefines.h
(-> less dependent code units)