zeroc-ice / ice

All-in-one solution for creating networked applications with RPC, pub/sub, server deployment, and more.
https://zeroc.com
GNU General Public License v2.0
2.05k stars 592 forks source link

Demangle typeinfo name in DataStorm? #3171

Open bernardnormier opened 5 days ago

bernardnormier commented 5 days ago

Should we demangle the typeinfo name in this code? https://github.com/zeroc-ice/ice/blob/4077cdeb85d89f1d5623db16082b17e15f683278/cpp/include/DataStorm/InternalT.h#L94

We already demangle typeinfo names in OutgoingResponse.cpp: https://github.com/zeroc-ice/ice/blob/4077cdeb85d89f1d5623db16082b17e15f683278/cpp/src/Ice/OutgoingResponse.cpp#L39