mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-16 16:28:09 +08:00
14 lines
245 B
Markdown
14 lines
245 B
Markdown
![]() |
# multiprecision
|
||
|
|
||
|
Use `boost::multiprecision` as `integer_type` and `floating_type`.
|
||
|
|
||
|
## build
|
||
|
|
||
|
Install [boost](https://boost.org).
|
||
|
|
||
|
Then, build toml11 with `-DTOML11_BUILD_EXAMPLES=ON`
|
||
|
|
||
|
```cpp
|
||
|
$ cmake -B ./build/ -DTOML11_BUILD_EXAMPLES=ON
|
||
|
```
|