assimp/code/AssetLib/IFC
Krishty f761dc72f4 style fix - initializing and assigning empty std::string properly
std::string s(""); s = ""; calls the copy constructor, which in turn calls strlen(), … assigning a default-constructed string generates fewer instructions and is therefore preferred.

With C++11 uniform initialization, you’d simply write s = { } instead.
2021-04-16 23:43:56 +02:00
..
IFCBoolean.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
IFCCurve.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
IFCGeometry.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
IFCLoader.cpp style fix - initializing and assigning empty std::string properly 2021-04-16 23:43:56 +02:00
IFCLoader.h Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
IFCMaterial.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
IFCOpenings.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
IFCProfile.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
IFCReaderGen1_2x3.cpp Fixing more warnings 2020-07-24 16:33:36 -04:00
IFCReaderGen2_2x3.cpp Fixing more warnings 2020-07-24 16:33:36 -04:00
IFCReaderGen_2x3.h Disable MSVC warnings on all MSVC 2020-07-17 14:58:51 +01:00
IFCReaderGen_4.cpp Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
IFCReaderGen_4.h Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
IFCUtil.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
IFCUtil.h Update copyrights to 2021. 2021-02-28 12:17:54 +01:00