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

9 lines
103 B
C++
Raw Normal View History

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