bass icon indicating copy to clipboard operation
bass copied to clipboard

Fix type conversions from/to optional type (std::any)

Open antis81 opened this issue 1 year ago • 0 comments

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 to defines.h (-> less dependent code units)

antis81 avatar Jul 24 '23 09:07 antis81