545: Add a default (empty) class for automatically retrieved implementations.
https://svn.lrde.epita.fr/svn/oln/trunk/static Index: ChangeLog from Roland Levillain <roland@lrde.epita.fr> Add a default (empty) class for automatically retrieved implementations. * stc/vtypes.hh (automatic::impl): New. /usr/lib/ruby/gems/1.8/gems/objective_command-0.1.1.0/lib/objective_command/runners/exec.rb:14: warning: Insecure world writable dir /work, mode 041777 vtypes.hh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) Index: stc/vtypes.hh --- stc/vtypes.hh (revision 544) +++ stc/vtypes.hh (working copy) @@ -227,6 +227,21 @@ }; \ \ \ + /* ----------------------------------------- */ \ + /* Automatically retrieved implementations. */ \ + /* ----------------------------------------- */ \ + \ + /** Default (empty) automatic implementation. */ \ + namespace automatic { \ + \ + template <typename abstraction, typename tag, typename E> \ + class impl \ + { \ + }; \ + \ + } /* end of namespace automatic */ \ + \ + \ /* --------------- */ \ /* Virtual types. */ \ /* --------------- */ \
participants (1)
-
Roland Levillain