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

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

#ifdef new
#undef new
#endif

#include <condition_variable>

using std::condition_variable;
using std::cv_status;

#ifdef DEBUG_NEW
#define new DEBUG_NEW
#endif