From d5f44604dd387ae94b886e787276cdb06dc0e8ab Mon Sep 17 00:00:00 2001 From: Daniel Sipka Date: Sun, 26 Apr 2015 18:35:30 +0200 Subject: [PATCH] compiler support --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e42de61..9e67228 100644 --- a/README.md +++ b/README.md @@ -192,7 +192,9 @@ Output: ## Requirements - - A C++ compiler with decent C++11 support. Currently only tested with GCC 4.9. + - A C++ compiler with decent C++11 support. Currently tested with: + - GCC 4.7, 4.8, 4.9 + - clang 3.4 - Boost 1.54+ for [Boost.Variant](http://www.boost.org/doc/libs/1_57_0/doc/html/variant.html) - CMake 2.8+ for building