http://llvm.org/bugs/show_bug.cgi?id=22002

            Bug ID: 22002
           Summary: Clang fails to compile std::wregex (c++11)
           Product: clang
           Version: 3.5
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++11
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified

Clang fails to compile a simple test program with a std::wregex, while gcc
compiles it without errors or warnings.

The Program:
#include <regex>
#include <string>

int main() {
    std::wregex myRegex( L"Hello Regex" );
    return 0;
}


See also:
https://stackoverflow.com/questions/27591153/clang-3-5-0-stdwregex-compile-error

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to