]> www.ginac.de Git - ginac.git/blobdiff - doc/CodingStyle
numeric.cpp, archive.cpp: don't include config.h
[ginac.git] / doc / CodingStyle
index e387bf294eb5a02e7ef95714bb11af96feea53e8..b537f19b3bab5182612860666d571527f9217112 100644 (file)
@@ -27,7 +27,7 @@ please try to follow these rules. It will make our (and your) lives easier. :-)
 ----------------------
 
 Any code in GiNaC should comply to the C++ standard, as defined by ISO/IEC
-14882:1998(E). Don't use compiler-specific language extensions unless they
+14882:2011(E). Don't use compiler-specific language extensions unless they
 are surrounded by appropriate "#ifdef"s, and you also provide a compliant
 version of the code in question for other compilers.