Ignore:
Timestamp:
Mar 9, 2018, 12:11:23 PM (6 years ago)
Author:
Aaron Moss <a3moss@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
3d8f2f8, b51e5fdb
Parents:
12bbb367
Message:

Remove move-operators from C++, C++obj benchmarks for parity

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/papers/general/evaluation/cpp-vstack.hpp

    r12bbb367 rf86c8e5  
    1515        stack();
    1616        stack(const stack& o);
    17         stack(stack&& o);
    1817        ~stack();
    1918        stack& operator= (const stack& o);
    20         stack& operator= (stack&& o);
    2119
    2220        void clear();
Note: See TracChangeset for help on using the changeset viewer.