2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-22 09:57:41 +00:00
kea/compiler-checks/boost-regex.cc

9 lines
103 B
C++
Raw Permalink Normal View History

#include <regex.h>
#ifdef BOOST_RE_REGEX_H
#error "boost/regex.h"
#endif
int main() {
return 0;
}