mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-22 18:08:16 +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;
|
||
|
}
|