This repository has been archived on 2025-03-22. You can view files and clone it, but cannot push or open issues or pull requests.
organicmaps-tmp/3party/succinct/succinct_config.hpp
2015-09-22 16:28:19 -07:00

13 lines
231 B
C++

#pragma once
#ifndef SUCCINCT_USE_LIBCXX
# define SUCCINCT_USE_LIBCXX 0
#endif
#ifndef SUCCINCT_USE_INTRINSICS
# define SUCCINCT_USE_INTRINSICS 0
#endif
#ifndef SUCCINCT_USE_POPCNT
# define SUCCINCT_USE_POPCNT 0
#endif