Workaround for ICC 14 bug
[alexxy/gromacs.git] / src / gromacs / analysisdata / tests / datatest.h
index bcfa7ad72bf20f6bc95987a18d5bf843d382072e..5b9c210a581826b575a7d3f270f3637dd020495e 100644 (file)
 
 #include "testutils/refdata.h"
 
+// currently the bug manifests itself only in AbstractAnalysisData testing
+#if (defined __ICL && __ICL >= 1400) || (defined __ICC & __ICC >= 1400)
+#define INTEL_STATIC_ANON_NAMESPACE_BUG //see #1558 for details
+#endif
+
 namespace gmx
 {