aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authormikezackles <mikezackles@gmail.com>2014-07-17 19:23:49 -0400
committermikezackles <mikezackles@gmail.com>2014-07-17 19:23:49 -0400
commit905b67bc790a09940bc22a4f199516b2b0157cdd (patch)
treed616ea77f177a5e412022b74122acf62320e5a03 /tests
parentc6ffd810aff30c321a411f47544584ab6522713f (diff)
parenta016499a0e7a0d93d9253b63d4f2aef2e8441d67 (diff)
downloadmonzero-core-905b67bc790a09940bc22a4f199516b2b0157cdd.tar.gz
monzero-core-905b67bc790a09940bc22a4f199516b2b0157cdd.tar.xz
monzero-core-905b67bc790a09940bc22a4f199516b2b0157cdd.zip
Merge pull request #63 from mikezackles/bytecoin_for_merge
Misc fixes from bytecoin
Diffstat (limited to 'tests')
-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