2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-22 09:57:41 +00:00
kea/compiler-checks/boost-math-cpp14.cc

8 lines
119 B
C++
Raw Permalink Normal View History

2025-03-23 09:57:13 +01:00
#include <boost/multiprecision/cpp_int.hpp>
boost::multiprecision::checked_int128_t ci;
int main() {
return 0;
}