mirror of
https://gitlab.isc.org/isc-projects/kea.git
synced 2025-12-20 00:53:34 +08: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;
|
|
}
|