mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-06-12 18:29:35 +08:00
- Introduced StringViewHasher for efficient hashing of std::string_view using OCCT utilities. - Updated THE_TYPENUMS and THE_TYPESHOR maps to utilize StringViewDataMap with the new hasher. - Modified initialization functions to accept the new map type for better type safety and clarity.