mirror of https://github.com/mosra/magnum.git
Browse Source
Originally I copied this over from SceneGraph template classes, where it was used to prevent the compiler from needlessly instantiating a template that was already available elsewhere. But this is a different case, the extern template is not preventing any instatiation of anything, no code is inline, so it apparently should not have been there at all, instead of being disabled for ḾinGW GCC and clang-cl, and then subsequently discovering it also breaks MinGW Clang. Since I'm not testing with MinGW Clang on the CI (only with MinGW GCC), this went unnoticed for a while -- sorry.pull/570/head
7 changed files with 0 additions and 56 deletions
Loading…
Reference in new issue