doc/developer: change C++11 to C++14

This commit is contained in:
Max Kellermann 2017-01-09 17:03:56 +01:00
parent d7f478c154
commit accbd4e82a

View File

@ -40,7 +40,7 @@
<listitem>
<para>
the code should be C++11 compliant, and must compile with
the code should be C++14 compliant, and must compile with
<application>GCC</application> 4.9 and
<application>clang</application> 3.4
</para>