From accbd4e82aaab897472a20bad3109ef231c9c1d2 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 9 Jan 2017 17:03:56 +0100 Subject: [PATCH] doc/developer: change C++11 to C++14 --- doc/developer.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/developer.xml b/doc/developer.xml index 28bf70f0f..82fe791d9 100644 --- a/doc/developer.xml +++ b/doc/developer.xml @@ -40,7 +40,7 @@ - the code should be C++11 compliant, and must compile with + the code should be C++14 compliant, and must compile with GCC 4.9 and clang 3.4