diff --git a/doc/sgpem2dman.texi b/doc/sgpem2dman.texi index 701de72..90d0a4a 100644 --- a/doc/sgpem2dman.texi +++ b/doc/sgpem2dman.texi @@ -97,6 +97,10 @@ Free Documentation License''. @table @strong +@item 2006, February 2nd, @r{--- Luca Vezzaro} +Updated coding style with a point on static non-POD +objects. + @item 2006, January 27th, @r{--- Matteo Settenvini, Djina Verbanac} Add section about conventions to be followed when documenting anomalies. @@ -1007,6 +1011,13 @@ lifes with two styles of comments, the C++ comment (//) is more than enough, and typing isn't a problem since most editors support batch-commenting for multiple lines of code. +@item +Never use global static variables of non-POD (Plain Old Data) +type. +The reason why not doing this is fundamental, and it is well +described, along with a possible alternative here: +@url{http://www.parashift.com/c++-faq-lite/ctors.html#faq-10.12}. + @end enumerate