Skip to content

Make string-manager serialization robust across platforms.

David Thompson requested to merge dcthomp/smtk:token-translation into master

Different C++ libraries use different string hashing functions. If we serialize smtk::string::Token instances via their hash value, then we must translate these hashes properly when loading them on different platforms.

Merge request reports