mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-09-07 05:08:13 +08:00
c57f5e7647
- Remove typedef TCollection_HAsciiString String and global statics (txtmes, initstr, subl) - Use explicit string for message handles and function-local char txtmes buffers, drop constructor initstr logic, and update error/warning formatting. - Reduce global mutable state and clarify message handling.