toml11/examples/boost_multiprecision
2024-06-15 19:23:05 +09:00
..
.gitignore feat: add examples 2024-06-15 19:23:05 +09:00
CMakeLists.txt feat: add examples 2024-06-15 19:23:05 +09:00
multiprecision.cpp feat: add examples 2024-06-15 19:23:05 +09:00
README.md feat: add examples 2024-06-15 19:23:05 +09:00

multiprecision

Use boost::multiprecision as integer_type and floating_type.

build

Install boost.

Then, build toml11 with -DTOML11_BUILD_EXAMPLES=ON

$ cmake -B ./build/ -DTOML11_BUILD_EXAMPLES=ON