#163: Decide into what mln_?iter(T) should expand ---------------------------------+------------------------------------------ Reporter: levill_r | Owner: Olena Team Type: proposal | Status: new Priority: minor | Milestone: Olena 1.0 Component: Milena | Version: 1.0 Keywords: convention shortcut | ---------------------------------+------------------------------------------ In source:trunk/milena/mln/core/macros.hh, the macros
{{{ #!cpp mln_?iter(T) mln_?iter_(T) }}}
expand as
{{{ #!cpp typename T::fwd_?iter T::fwd_?iter }}}
Shouldn't they expand as
{{{ #!cpp typename T::?iter T::?iter }}}
?