https://llvm.org/bugs/show_bug.cgi?id=25795

            Bug ID: 25795
           Summary: clang-cl: "cannot mangle this reference temporary yet"
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: -New Bugs
          Assignee: unassignedclangb...@nondot.org
          Reporter: marc...@web.de
                CC: llvm-bugs@lists.llvm.org
    Classification: Unclassified

Boost.Asio contains this line of code in its asio/detail/winsock_init.hpp:
static const winsock_init<>& winsock_init_instance = winsock_init<>(false);

clang-cl complains: "error : cannot mangle this reference temporary yet".

Unfortunately that prevents me from using clang-cl regularly as all of my
projects use Boost.Asio.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to