]> git.lyx.org Git - features.git/blobdiff - boost/boost/regex/v4/error_type.hpp
boost: update to 1.42.0
[features.git] / boost / boost / regex / v4 / error_type.hpp
index b6633a0092f282209d16efca600dc7b3cfd278ce..afcc71e3d84a0758a5dea8e74a1066f2dce29bef 100644 (file)
@@ -28,8 +28,8 @@ namespace regex_constants{
 
 enum error_type{
 
-   error_ok = 0,         // not used
-   error_no_match = 1,   // not used
+   error_ok = 0,         /* not used */
+   error_no_match = 1,   /* not used */
    error_bad_pattern = 2,
    error_collate = 3,
    error_ctype = 4,
@@ -42,17 +42,18 @@ enum error_type{
    error_range = 11,
    error_space = 12,
    error_badrepeat = 13,
-   error_end = 14,    // not used
+   error_end = 14,    /* not used */
    error_size = 15,
-   error_right_paren = 16,  // not used
+   error_right_paren = 16,  /* not used */
    error_empty = 17,
    error_complexity = 18,
    error_stack = 19,
-   error_unknown = 20
+   error_perl_extension = 20,
+   error_unknown = 21
 };
 
 }
 }
-#endif // __cplusplus
+#endif /* __cplusplus */
 
 #endif