Ignore:
Timestamp:
Apr 17, 2017, 3:47:07 PM (7 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:
4ae83a4b
Parents:
33e22da
Message:

Final version of the benchmark code

File:
1 edited

Legend:

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

    r33e22da rc87cd93  
    77                node* next;
    88
    9                 node( const object& v );
    10                 node( ptr<object>&& v, node* n );
     9                node( const object& v, node* n = nullptr );
    1110        };
    1211        node* head;
     
    2322        void clear();
    2423        bool empty() const;
    25         void push(ptr<object>&& value);
     24        void push(const object& value);
    2625        ptr<object> pop();
    2726};
Note: See TracChangeset for help on using the changeset viewer.