mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-11 14:28:42 +00:00
5519cd83cc
Doing this avoids -Wundefined-var-template warnings with clang. This warning is mostly harmless (clang is trying to tell you a linker error might be awaiting you later), but being careful with this might make using C++ modules easier somewhere down the line.