Changeset 3d8f2f8 for doc/papers/general/evaluation/cpp-vstack.hpp
- Timestamp:
- Mar 9, 2018, 1:28:54 PM (7 years ago)
- 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:
- e84382b
- Parents:
- 8b001bd (diff), f86c8e5 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/papers/general/evaluation/cpp-vstack.hpp
r8b001bd r3d8f2f8 17 17 stack( stack && o ); 18 18 ~stack(); 19 stack& operator=( const stack& o ); 20 stack& operator=( stack && o ); 21 19 stack & operator=( const stack& o ); 20 stack & operator=( stack && o ); 22 21 bool empty() const; 23 22 void push( const object & value );
Note: See TracChangeset
for help on using the changeset viewer.