From d8032afb377189ac1688e151c89be62dda686d5c Mon Sep 17 00:00:00 2001 From: Daniel Sipka Date: Sun, 18 Oct 2015 00:24:51 +0200 Subject: [PATCH] compiler versions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 48ae8b4..69b230d 100644 --- a/README.md +++ b/README.md @@ -196,8 +196,8 @@ Output: ## Requirements - A C++ compiler with decent C++11 support. Currently tested with: - - GCC 4.7, 4.8, 4.9 - - clang 3.5, 3.6 (both libstdc++ and libc++ are supported) + - GCC 4.7, 4.8, 4.9, 5.1 + - clang 3.5, 3.6, 3.7 (both libstdc++ and libc++ are supported) - MSVC 2013, 2015 - Boost 1.54+ for [Boost.Variant](http://www.boost.org/libs/variant) - CMake 3.0+ for building