Manu343726 / siplasplas

A library for C++ reflection and introspection
https://manu343726.github.io/siplasplas
MIT License
195 stars 27 forks source link

Update ctti dependent code #68

Closed Manu343726 closed 7 years ago

Manu343726 commented 7 years ago

The latest ctti API no longer uses ctti::detail::string for ctti::type_id type names, but the new string view type ctti::detail::cstring that does not export a .c_str() method (We cannot expose the C string since the string slice referenced by the cstring object may be not null terminated)