Blender Git Commit Log
Git Commits -> Revision af8fb70
Revision af8fb70 by Jacques Lucke (master) July 8, 2021, 17:54 (GMT) |
BLI: avoid calling deleted copy constructor in some compilers Previously, this did not compile in VS 2017, because `new T(initializer_())` would try to call the copy constructor of `T`. Now, `initializer_` will construct the `T` inplace. |
Commit Details:
Full Hash: af8fb707dab1fab5cf444632fb25823b628e62f5
Parent Commit: 4e5537d0
Lines Changed: +8, -8
1 Modified Path:
/source/blender/blenlib/BLI_enumerable_thread_specific.hh (+8, -8) (Diff)