mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-22 09:57:41 +00:00
9 lines
103 B
C++
9 lines
103 B
C++
#include <regex.h>
|
|
#ifdef BOOST_RE_REGEX_H
|
|
#error "boost/regex.h"
|
|
#endif
|
|
|
|
int main() {
|
|
return 0;
|
|
}
|