mirror of https://github.com/mosra/magnum.git
Browse Source
Extern template probably causes even inline functions to be instantiated, because MinGW's GCC 4.7.0 then complains about conflicting symbols, removing them fixes the issue. Extern template is not necessary here, as the needed functions are explicitly instantiated in source file only anyway and we don't care about instantiation count of inline functions.pull/7/head
13 changed files with 1 additions and 67 deletions
Loading…
Reference in new issue