clReflect v0.5.10
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.