You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One takes a string and the other a type (clang::QualType). But the type version again converts the type to a string and processes it in the same way as the string version.
Look:
There are two overloads to
CreateConverter.First:
CPyCppyy/src/Converters.cxx
Line 3327 in 482ccb7
Second:
CPyCppyy/src/Converters.cxx
Line 3538 in 482ccb7
One takes a string and the other a type (
clang::QualType). But the type version again converts the type to a string and processes it in the same way as the string version.Look:
CPyCppyy/src/Converters.cxx
Lines 3538 to 3558 in 482ccb7
Proposal: We should remove the string overload. The string parsing can stay for now. String parsing - to be removed eventually.