mclow.lists added a comment.

I like this.  One nit and a question.



================
Comment at: include/regex:3490
             {
                 switch (*__temp)
                 {
----------------
Do we need any more cases here?


================
Comment at: test/std/re/re.regex/re.regex.construct/bad_escape.pass.cpp:50
 
+    std::regex_constants::syntax_option_type basic =
+        std::regex_constants::basic;
----------------
should be `const`.   (Yes, this is me being picky)


https://reviews.llvm.org/D42693



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to