Skip to content

clReflect v0.5.10

Compare
Choose a tag to compare
@dwilliamson dwilliamson released this 07 Jul 14:21
· 1 commit to master since this release

Support for dynamically creating objects of template type. To use just implement a class type you need:

clcpp_impl_class(ContainerType<ValueType>);

and the constructor/destructor will be available for calling in the equivalent clcpp::TemplateType.

Fixed a bunch of Clang naming inconsistencies causing a large amount of redundant warnings.