From e0d334c4f1fcea802ef9d869984e6ffebe828fdf Mon Sep 17 00:00:00 2001 From: Niels Date: Mon, 7 Dec 2015 21:53:32 +0100 Subject: [PATCH] added a comment (see #109) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 24e37eafe1..1684101478 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,8 @@ Though it's 2015 already, the support for C++11 is still a bit sparse. Currently - Clang 3.4 - 3.7 - Microsoft Visual C++ 14.0 RC +Note using GCC 4.8, the unit tests cannot be compiled due to a [bug in the preprocessor](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55971). + I would be happy to learn about other compilers/versions. ## Examples