Skip to content
  • David Gobbi's avatar
    Simplify extern template declarations for arrays · 31a63a45
    David Gobbi authored
    This unifies the extern template declarations between MSVC and other
    compilers for C++11 compilation.  There is still some old code to
    support extern template for MSVC 2008 and 2010, this code can be
    removed when we drop those compilers.
    31a63a45