X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=doc%2FCodingStyle;h=b537f19b3bab5182612860666d571527f9217112;hp=e387bf294eb5a02e7ef95714bb11af96feea53e8;hb=69815a366be5ca81185386d94268d7e7dcce94e3;hpb=dfaa3383381a37f871cdd8ae7b19db579dddd83d diff --git a/doc/CodingStyle b/doc/CodingStyle index e387bf29..b537f19b 100644 --- a/doc/CodingStyle +++ b/doc/CodingStyle @@ -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.