Sample code for the video Getting Down in the Bits with Boost.Multiprecision.
Use git to clone this repository, then update the vcpkg submodule to bootstrap the dependency process.
git clone https://github.com/LegalizeAdulthood/boost-multiprecision-example
cd boost-multiprecision-example
git submodule init
git submodule update --depth 1
A CMake preset has been provided to perform the usual CMake steps of configure, build and test.
cmake --workflow --preset default
Places the build outputs in a sibling directory of the source code directory, e.g. up and outside of the source directory.