From 579815589228a05e72d6c8596426652bec15ebd1 Mon Sep 17 00:00:00 2001 From: Leonid Yuriev Date: Mon, 14 Sep 2020 02:42:23 +0300 Subject: [PATCH] mdbx++: updates tested compilers list. Change-Id: I57e04ec29fbb6d7db43abb5174cbc64a116c1aa0 --- mdbx.h++ | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mdbx.h++ b/mdbx.h++ index 2139c6ab..23e96c9f 100644 --- a/mdbx.h++ +++ b/mdbx.h++ @@ -1,7 +1,11 @@ // // The libmdbx C++ API (preliminary) // -// Reguires GNU C++ >= 4.8, clang >= 4.0, MSVC >= 19.0 (Visual Studio 2015). +// Tested with: +// LCC >= 1.23 (http://www.mcst.ru/lcc), +// GNU C++ >= 4.8, +// clang >= 4.0, +// MSVC >= 19.0 (Visual Studio 2015), but 19.2x could hang due optimizer bug. /// \file mdbx.h++ /// \brief The libmdbx C++ API header file