mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2025-01-08 07:40:17 +00:00
a095ebf1f0
Te issue here is that some of the functions were not considered templated anymore because all their template arguments were specified, which made it so compiler was creating implementation for them in every file from where the header was included. This causes errors during linking related on the same symbol implemented in several places. Marking those functions as inlined solves the problem and should not cause any bad side effects because they're small enough and likely being inlined by an optimizer anyway. |
||
---|---|---|
.. | ||
far | ||
hbr | ||
osd | ||
sdc | ||
tools/stringify | ||
vtr | ||
CMakeLists.txt | ||
version.cpp | ||
version.h |