mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-17 00:38:08 +08:00
245 B
245 B
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