
4 May
2009
4 May
'09
6:50 a.m.
+#ifndef NDEBUG typedef Checked_Number<T, Extended_Number_Policy> N; +#else
- typedef Checked_Number<T, WRD_Extended_Number_Policy> N;
+#endif
I assume that the prefix "WRD" indicates the debug data type. http://www.cs.unipr.it/ppl/Documentation/devref/ppl-devref-0.10.2-html/struc...
I would prefer to write the preprocessor instruction this way: #ifdef NDEBUG
Regards, Markus