[LLVMbugs] [Bug 22002] New: Clang fails to compile std::wregex (c++11)

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Dec 22 04:58:40 PST 2014


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: unassignedclangbugs at nondot.org
          Reporter: d.m.bugs at web.de
                CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
    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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20141222/ae8f47bc/attachment.html>


More information about the llvm-bugs mailing list