geocore/3party/succinct/succinct_config.hpp
2019-09-16 17:54:22 +03: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