co-maps/3party/succinct/succinct_config.hpp
2025-11-22 13:58:55 +01: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