Changeset 6a8ac0b for doc/generic_types/evaluation/cpp-bench.cpp
- Timestamp:
- Apr 25, 2017, 8:21:10 AM (8 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:
- 89a9be2
- Parents:
- b3d70eba
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/generic_types/evaluation/cpp-bench.cpp
rb3d70eba r6a8ac0b 7 7 8 8 int main(int argc, char** argv) { 9 std::ofstream out{" cpp-out.txt"};9 std::ofstream out{"/dev/null"}; 10 10 int maxi = 0, vali = 42; 11 11 stack<int> si, ti;
Note: See TracChangeset
for help on using the changeset viewer.