From 55cb3c082ac163e08a1f925447bd3a2df97c672b Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Mon, 22 May 2017 14:25:49 +0300 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e36143f..6cfe82b 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,9 @@ For background, please see the article ["Simple C++11 metaprogramming"](http://pdimov.com/cpp2/simple_cxx11_metaprogramming.html). The library should be placed in a subdirectory `libs/mp11` in a Boost distribution. There is reference documentation in `doc/html/mp11.html`. + +Supported compilers: + +* g++ 4.7 or later +* clang 3.5 or later +* Visual Studio 2013, 2015, 2017