diff options
Diffstat (limited to 'include/Regex.h')
-rw-r--r-- | include/Regex.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/Regex.h b/include/Regex.h index 9c8d466..ce62028 100644 --- a/include/Regex.h +++ b/include/Regex.h @@ -1,6 +1,5 @@ #ifndef __REGEX_H__ #define __REGEX_H__ -#ifdef __cplusplus #include <Exceptions.h> #include <String.h> @@ -20,7 +19,4 @@ class Regex : public Base { extern Regex empty, any; -#else -#error This only works with a C++ compiler -#endif #endif |