co-maps/3party/succinct/succinct_config.hpp

14 lines
231 B
C++
Raw Normal View History

2025-11-22 13:58:55 +01:00
#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