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:
authorKévin Dietrich <kevin.dietrich@mailoo.org>2022-03-24 00:01:32 +0300
committerKévin Dietrich <kevin.dietrich@mailoo.org>2022-03-24 00:01:32 +0300
commitd84b4becd3bce34b75385155535b17d77f68578a (patch)
treeea4d6e2d99f664bf2cf4f7b11a50dc77ac2e920e /intern/cycles/util
parent945dfd200b1fc58c63fd01c264d50911f26773a2 (diff)
Fix compile error on GCC
Explicit template specialization has to happen outside of class definition (some compilers are more lenient). Since it is not possible to specialize the method without also specializing the enclosing class for all of its possible types, the method is moved outside of the class, and specialized there.
Diffstat (limited to 'intern/cycles/util')
0 files changed, 0 insertions, 0 deletions