Require 2015 version for MSVC
[alexxy/gromacs.git] / src / gromacs / random / tabulatednormaldistribution.cpp
index b0d7ce264092a39914ce81f501db1cf453dfb3e7..46f9168f44a51145555f75e3d7182ea18011327d 100644 (file)
@@ -42,7 +42,7 @@ namespace gmx
 
 // MSVC does not handle extern template class members correctly even in MSVC 2015,
 // so in that case we have to instantiate in every object using it.
-#if !defined(_MSC_VER) || defined(__INTEL_COMPILER)
+#if !defined(_MSC_VER)
 // This is by far the most common version of the normal distribution table,
 // so we use this as an extern template specialization to avoid instantiating
 // the table in all files using it, unless the user has requested a different