mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 06:05:58 -06:00
.examples
git-svn-id: svn://ultimatepp.org/upp/trunk@12996 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
13c36a5568
commit
a809e3c219
3 changed files with 0 additions and 8 deletions
|
|
@ -1,7 +1,5 @@
|
||||||
description "U++ containers demonstration - prints the map of words in the file\377";
|
description "U++ containers demonstration - prints the map of words in the file\377";
|
||||||
|
|
||||||
optimize_speed;
|
|
||||||
|
|
||||||
uses
|
uses
|
||||||
Core;
|
Core;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,5 @@
|
||||||
description "C++ standard library vs. U++ Core benchmark\377";
|
description "C++ standard library vs. U++ Core benchmark\377";
|
||||||
|
|
||||||
optimize_speed;
|
|
||||||
|
|
||||||
uses
|
uses
|
||||||
Core;
|
Core;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -12,11 +12,7 @@
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <deque>
|
#include <deque>
|
||||||
#include <string>
|
#include <string>
|
||||||
#ifdef CPP_11
|
|
||||||
#include <unordered_map>
|
#include <unordered_map>
|
||||||
#else
|
|
||||||
#include <tr1/unordered_map>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
using namespace Upp;
|
using namespace Upp;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue