Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacques Lucke <jacques@blender.org>2021-07-08 20:53:58 +0300
committerJacques Lucke <jacques@blender.org>2021-07-08 20:54:09 +0300
commitaf8fb707dab1fab5cf444632fb25823b628e62f5 (patch)
treea1caa95ee214a60ccbf083fb9ba1aafa1c03f3ad /source/blender/makesrna
parent4e5537d0edacdba6b66155da99b63f912c91441b (diff)
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.
Diffstat (limited to 'source/blender/makesrna')
0 files changed, 0 insertions, 0 deletions