Skip to content

Implement AnyType

Florian Meinicke requested to merge any_type into master

Description

Adds support for using SiLA Any Type. See #20 (closed)

Currently, there is no support for creating an Any Type from a SiLA Structure Type and vice versa because there is no uniform way of representing SiLA Structures in sila_cpp. Once this is the case the AnyType implementation will be updated accordingly.

Does this MR introduce any breaking changes?

Other information

Checklist:

  • The commit messages follow our guidelines
  • If necessary, tests have been added
  • Docs have been added / updated
  • CHANGELOG.md has been updated in the Added/Changed section
Edited by Florian Meinicke

Merge request reports