.examples

git-svn-id: svn://ultimatepp.org/upp/trunk@12996 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2019-04-14 08:34:11 +00:00
parent 13c36a5568
commit a809e3c219
3 changed files with 0 additions and 8 deletions

View file

@ -1,7 +1,5 @@
description "U++ containers demonstration - prints the map of words in the file\377";
optimize_speed;
uses
Core;

View file

@ -1,7 +1,5 @@
description "C++ standard library vs. U++ Core benchmark\377";
optimize_speed;
uses
Core;

View file

@ -12,11 +12,7 @@
#include <map>
#include <deque>
#include <string>
#ifdef CPP_11
#include <unordered_map>
#else
#include <tr1/unordered_map>
#endif
using namespace std;
using namespace Upp;