assimp/code/AssetLib/Collada
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
..
ColladaExporter.cpp closes https://github.com/assimp/assimp/issues/3678: ensure lowercase 2021-03-09 21:08:28 +01:00
ColladaExporter.h Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
ColladaHelper.cpp closes https://github.com/assimp/assimp/issues/3678: ensure lowercase 2021-03-09 21:08:28 +01:00
ColladaHelper.h Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
ColladaLoader.cpp style fix - initializing and assigning empty std::string properly 2021-04-16 23:43:56 +02:00
ColladaLoader.h trigger build 2021-02-03 21:17:57 +01:00
ColladaParser.cpp closes https://github.com/assimp/assimp/issues/3678: ensure lowercase 2021-03-09 21:08:28 +01:00
ColladaParser.h Update copyrights to 2021. 2021-02-28 12:17:54 +01:00