From 6a42e6f6d4e64e0e1c3dbc126d616edbf97deead Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 20 Oct 2013 13:03:32 +0200 Subject: doc/developer: require C++11 --- doc/developer.xml | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) (limited to 'doc') diff --git a/doc/developer.xml b/doc/developer.xml index eb318fa5a..3b6d0a086 100644 --- a/doc/developer.xml +++ b/doc/developer.xml @@ -32,23 +32,16 @@ - don't write CPP when you can write C: use inline functions - and enums instead of macros + don't write CPP when you can write C++: use inline + functions and constexpr instead of macros - the code should be C99 compliant, and must compile with - GCC; - clang support is highly desirable - - - - - - C++ is ok (for integrating C++ only libraries), but it - should be avoided + the code should be C++11 compliant, and must compile with + GCC 4.6 and + clang 3.2 -- cgit v1.2.3