Can one use RTTI for distributed systems? If so, what are the disadvantages? too slow, too much memory or performance unpredictable?
Thanks
Can one use RTTI for distributed systems? If so, what are the disadvantages? too slow, too much memory or performance unpredictable?
Thanks
The implementation of C++'s built-in RTTI is compiler-dependent/specific; which might cause problems if you want to distribute it to more than one system, where different systems have different compilers.