mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-12-16 03:08:52 +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