Files
assimp/code/AssetLib
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
..
2021-04-03 10:29:16 +02:00
2021-02-28 12:17:54 +01:00
2021-02-28 12:17:54 +01:00
2021-02-28 12:17:54 +01:00
2021-02-28 12:17:54 +01:00
2021-02-28 12:17:54 +01:00
2021-02-28 12:17:54 +01:00
2021-02-28 12:17:54 +01:00
2021-02-28 12:17:54 +01:00
2021-04-05 21:24:54 +02:00
2021-02-28 12:17:54 +01:00
2021-02-28 12:17:54 +01:00
2021-02-28 12:17:54 +01:00
2021-02-28 12:17:54 +01:00
2021-04-05 16:39:41 +03:00
2021-02-28 12:17:54 +01:00
2021-02-28 12:17:54 +01:00
2021-02-15 11:51:20 +01:00
2021-02-28 12:17:54 +01:00
2021-04-03 10:25:03 +02:00
2021-02-28 12:17:54 +01:00
2021-02-28 12:17:54 +01:00
2021-02-28 12:17:54 +01:00
2021-02-28 12:17:54 +01:00
2021-02-28 12:17:54 +01:00
2021-04-03 10:25:03 +02:00
2021-02-28 12:17:54 +01:00
2021-02-28 12:17:54 +01:00
2021-02-28 12:17:54 +01:00
2021-02-28 12:17:54 +01:00