20 #ifndef LUNCHBOX_UINT128_H
21 #define LUNCHBOX_UINT128_H
25 #ifdef LUNCHBOX_USE_V1_API
26 # include <servus/uint128_t.h>
30 using servus::uint128_t;
31 using servus::make_uint128;
32 using servus::make_UUID;
36 # error "This header file may not be included in API version 2"
39 #endif // LUNCHBOX_UINT128_H
Includes compile-time defines of Lunchbox.
Abstraction layer and common utilities for multi-threaded programming.