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

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

#ifndef _USE_MATH_DEFINES
#define _USE_MATH_DEFINES
#endif
#define _FILE_OFFSET_BITS 64

#if (__cplusplus > 199711L) || defined(__GXX_EXPERIMENTAL_CXX0X__) || defined(_MSC_VER)
  #define CPP11_IS_SUPPORTED
#endif