Files
kea/compiler-checks/boost-regex.cc
2025-03-13 18:03:37 +01:00

9 lines
103 B
C++

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