LLNL / metall

Persistent memory allocator for data-centric analytics
Other
53 stars 13 forks source link

Add a macro for linking with Boost.JSON lib #274

Closed KIwabuchi closed 1 year ago

KIwabuchi commented 1 year ago

This PR adds a macro METALL_LINK_WITH_BOOST_JSON. If the macro is defined, Metall JSON includes <boost/json.hpp>, assuming a built Boost.JSON library is linked instead of including it's header-only version.