diff options
Diffstat (limited to 'include/Regex.h')
-rw-r--r-- | include/Regex.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/Regex.h b/include/Regex.h new file mode 100644 index 0000000..363be99 --- /dev/null +++ b/include/Regex.h @@ -0,0 +1,8 @@ +#ifndef __REGEX_H__ +#define __REGEX_H__ +#ifdef __cplusplus + +#else +#error This only works with a C++ compiler +#endif +#endif |