mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-22 01:49:48 +00:00
9 lines
127 B
C++
9 lines
127 B
C++
#include <boost/config.hpp>
|
|
#ifndef BOOST_HAS_THREADS
|
|
#error "boost will not use threads"
|
|
#endif
|
|
|
|
int main() {
|
|
return 0;
|
|
}
|