From 2231ee3a3a73117305f6dcbe90acf0b4aed24b3e Mon Sep 17 00:00:00 2001 From: frog Date: Fri, 8 Oct 2004 07:23:05 +0000 Subject: [PATCH] note on stl header . --- Doc/Website/CodingStyle.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/Website/CodingStyle.html b/Doc/Website/CodingStyle.html index 9cb6926c..d62d019f 100644 --- a/Doc/Website/CodingStyle.html +++ b/Doc/Website/CodingStyle.html @@ -240,6 +240,8 @@ - Only the C++ standard library and the STL includes should be used. When including don't use the .h extension (use #include instead of #include ). + Note: include the stl header AFTER the gdcm ones (otherwise pragma + warnings won't work). - Don't use the C standard library. Don't include stdio.h, ctype.h... Don't use printf(), sprinf(), FILE*... - Don't use the NULL notation (either as macro, or as const int NULL=0). -- 2.48.1