From 2fa4b26e5825d0b17577ae038c3b75e2d6b5418b Mon Sep 17 00:00:00 2001 From: Robert Schulze Date: Mon, 10 Jun 2024 12:08:49 +0200 Subject: [PATCH] Bump minimum required C++ version from C++11 to C++14 (#1800) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b2a0ab6..8e5428f9 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ IRC channels: ## Requirements -The library can be used with C++03. However, it requires C++11 to build, +The library can be used with C++03. However, it requires C++14 to build, including compiler and standard library support. _See [dependencies.md](docs/dependencies.md) for more details regarding supported