Thierry GERAUD <theo(a)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
?