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

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

#ifdef new
#undef new
#endif

#include <initializer_list>

using std::initializer_list;

#ifdef DEBUG_NEW
#define new DEBUG_NEW
#endif