1 2 3 4 5 6 7
#include <boost/version.hpp> #include <iostream> int main() { std::cout << BOOST_LIB_VERSION << std::endl; }
1
1_34_1