include/utilities/boost.h
author Dmitriy Morozov <dmitriy@mrzv.org>
Sun, 24 Nov 2019 13:27:13 -0800
changeset 297 6a553ae00446
parent 295 0beafc10719a
permissions -rw-r--r--
Make dionysus-link depend on dionysus

#include <boost/version.hpp>
#if BOOST_VERSION >= 106700
#include <boost/next_prior.hpp>
#else
#include <boost/utility.hpp>
#endif