Sylvain Garcia
Sylvain Garcia
Hi ! I think I'm getting same kind of problem but non related to temlate types. ``` #include #include struct HelloCtti {}; int main(int, char**) { std::cout
Fixed this with folowing changes: ```diff diff --git a/include/ctti/detail/pretty_function.hpp b/include/ctti/detail/pretty_function.hpp index 22a2ed8..4e3a3b7 100644 --- a/include/ctti/detail/pretty_function.hpp +++ b/include/ctti/detail/pretty_function.hpp @@ -46,7 +46,10 @@ constexpr ctti::detail::cstring value() #define CTTI_TYPE_PRETTY_FUNCTION_PREFIX "constexpr ctti::detail::cstring ctti::pretty_function::type() [with...
Duplicate of https://github.com/Manu343726/ctti/issues/18