From d3220b00b7134f114a7fc36e4de74cdaaa17d874 Mon Sep 17 00:00:00 2001 From: Denis Koronchik Date: Mon, 6 Oct 2014 15:10:37 +0300 Subject: [routing] Do osrm routing async. --- std/atomic.hpp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 std/atomic.hpp (limited to 'std') diff --git a/std/atomic.hpp b/std/atomic.hpp new file mode 100644 index 0000000000..0e479ffa0a --- /dev/null +++ b/std/atomic.hpp @@ -0,0 +1,15 @@ +#pragma once +#include "common_defines.hpp" + +#ifdef new +#undef new +#endif + +#include + +using std::atomic; +using std::atomic_flag; + +#ifdef DEBUG_NEW +#define new DEBUG_NEW +#endif -- cgit v1.2.3