Welcome to mirror list, hosted at ThFree Co, Russian Federation.

function.hpp « std - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b2965b89709d72d4a10bcb5872c5cba3fb28e962 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once

#ifdef new
#undef new
#endif

#include <functional>
using std::function;
using std::greater;

#ifdef DEBUG_NEW
#define new DEBUG_NEW
#endif