583: Get rid of the handling of automatically retrieved implementations.

https://svn.lrde.epita.fr/svn/oln/trunk/static Index: ChangeLog from Roland Levillain <roland@lrde.epita.fr> Get rid of the handling of automatically retrieved implementations. * stc/scoop.hh (automatic::impl): Remove. The handling of automatically retrieved implementations is now the responsibility of the ``client'' (here, Olena). scoop.hh | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) Index: stc/scoop.hh --- stc/scoop.hh (revision 582) +++ stc/scoop.hh (working copy) @@ -243,21 +243,6 @@ }; \ \ \ - /* ----------------------------------------- */ \ - /* Automatically retrieved implementations. */ \ - /* ----------------------------------------- */ \ - \ - /** Default (empty) automatic implementation. */ \ - namespace automatic { \ - \ - template <template <class> class abstraction, typename E, typename tag> \ - class impl \ - { \ - }; \ - \ - } /* end of namespace SCOOPED_NAMESPACE ::automatic */ \ - \ - \ /* --------------- */ \ /* Virtual types. */ \ /* --------------- */ \ @@ -901,6 +886,7 @@ { \ typedef Super ret; \ }; \ + \ struct e_n_d__w_i_t_h___s_e_m_i_c_o_l_o_n // Shortcut. @@ -959,6 +945,7 @@ { \ typedef PseudoSuper ret; \ }; \ + \ struct e_n_d__w_i_t_h___s_e_m_i_c_o_l_o_n
participants (1)
-
Roland Levillain