From 9d5689a5883bcdf9da5c57b7cdc9435c2c25a08e Mon Sep 17 00:00:00 2001 From: Mathieu Champlon Date: Sat, 28 Sep 2024 12:15:32 +0200 Subject: [PATCH] Bump requirement to a C++14 compiler --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4a8dff..e9e284c 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,4 @@ Distributed under the [Boost Software License, Version 1.0](http://boost.org/LIC [![Build status](https://ci.appveyor.com/api/projects/status/459hvqkb5rts4hw7?svg=true)](https://ci.appveyor.com/project/mat007/turtle) [![Coverage Status](https://coveralls.io/repos/mat007/turtle/badge.png)](https://coveralls.io/r/mat007/turtle) -Boost and a C++11 compatible compiler is required. +Boost and a C++14 compatible compiler is required.