evaleev / libint

Libint: high-performance library for computing Gaussian integrals in quantum mechanics
Other
225 stars 95 forks source link

Bump minimum required Boost version to 1.57 (`BOOST_PP_VARIADICS`) #180

Closed e-kwsm closed 2 years ago

e-kwsm commented 4 years ago

BOOST_PP_VARIADICS is introduced in Boost 1.49: https://github.com/boostorg/preprocessor/blob/boost-1.48.0/include/boost/preprocessor/config/config.hpp vs https://github.com/boostorg/preprocessor/blob/boost-1.49.0/include/boost/preprocessor/config/config.hpp#L73-L103

fix #179