
12 Sep
2006
12 Sep
'06
2:37 p.m.
Thierry GERAUD <theo@lrde.epita.fr> writes:
Index: oln/core/abstract/image.hh =================================================================== --- oln/core/abstract/image.hh (revision 526) +++ oln/core/abstract/image.hh (working copy) @@ -29,216 +29,11 @@
[...]
+ /// Typedefs. + typedef oln_type_of(E, topo) topo_t; + typedef oln_type_of(E, psite) psite_t; + typedef oln_type_of(E, rvalue) rvalue_t;
Shouldn't we use type names ending in `_type', rather than `_t', in accordance with https://olena.lrde.epita.fr/cgi-bin/twiki/view/Olena/CodingStyle ?