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
path: root/intern
diff options
context:
space:
mode:
authorJacques Lucke <jacques@blender.org>2020-07-14 16:20:44 +0300
committerJacques Lucke <jacques@blender.org>2020-07-14 16:23:40 +0300
commit6068f49c3309271a31ef131c0c9a5389310e8593 (patch)
treea92d6a47f4ef443475dce337eb400f7f3133e5c3 /intern
parent2e8a78f4d1050b5faac34a4b913dfde5778690bc (diff)
BLI: remove static assert noexcept move constructors
The move constructor of `mpq_class` from GMP currently allocates when it is moved. So, it cannot be noexcept. Since we want to use this type, this static assert cannot stay there.
Diffstat (limited to 'intern')
0 files changed, 0 insertions, 0 deletions