DEBSOURCES
Skip Quicknav
sources / isc-kea / 3.0.2-2 / compiler-checks / boost-has-threads.cc
12345678
#include <boost/config.hpp> #ifndef BOOST_HAS_THREADS #error "boost will not use threads" #endif int main() { return 0; }