BaseImporter::SearchFileHeaderForToken() expected a pointer to a non-const token list. This was probably an oversight, as nobody would realistically expect the function to change the list. Furthermore, it prevented token lists from being compiled to read-only memory, in some cases even causing the compiler to generate thread-safe initialization. The list is now const and all callers declare their token lists static const, thus compiling them to read-only memory. |
||
---|---|---|
.. | ||
IFCBoolean.cpp | ||
IFCCurve.cpp | ||
IFCGeometry.cpp | ||
IFCLoader.cpp | ||
IFCLoader.h | ||
IFCMaterial.cpp | ||
IFCOpenings.cpp | ||
IFCProfile.cpp | ||
IFCReaderGen1_2x3.cpp | ||
IFCReaderGen2_2x3.cpp | ||
IFCReaderGen_2x3.h | ||
IFCReaderGen_4.cpp | ||
IFCReaderGen_4.h | ||
IFCUtil.cpp | ||
IFCUtil.h |