aboutsummaryrefslogtreecommitdiff
path: root/tests/io.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/io.h')
-rw-r--r--tests/io.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/io.h b/tests/io.h
index 64f2bae77..e3efa62ca 100644
--- a/tests/io.h
+++ b/tests/io.h
@@ -80,7 +80,7 @@ inline void get(std::istream &input, std::vector<char> &res) {
}
}
-#if !defined(_MSC_VER)
+#if !defined(_MSC_VER) || _MSC_VER >= 1800
template<typename T, typename... TT>
typename std::enable_if<(sizeof...(TT) > 0), void>::type