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
fix "const char*" issue with gcc4: better and sounder handling of shortcuts
The const case is a special case as we erase the constness in the internal representation.
This way, what is a special type "const char" is a plain one "char" for bridj, but still need to be shorcut.
- tested with "mvn -Dtest=org.bridj.DemanglingTest test"
- complex template test still/now passing
- with the help of the convenient http://demangler.com/
0 commit comments