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

           Summary: GCC 4.5 build failure in <exception>
           Product: libc++
           Version: unspecified
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


My GCC 4.5.2 fails on this file:

M:\Development\Source\libcxx\include/exception: In member function
'std::exception_ptr::operator bool() const':
M:\Development\Source\libcxx\include/exception:134:49: error: no match for
'operator!=' in '((const std::exception_ptr*)this)->std::exception_ptr::__ptr_
!= std::__1::__get_nullptr_t()'
M:\Development\Source\libcxx\include/cstddef:76:39: note: candidate is: bool
std::__1::operator!=(std::__1::nullptr_t, std::__1::nullptr_t)
In file included from M:\Development\Source\libcxx\include/__locale:23:0,
                 from M:\Development\Source\libcxx\include/ios:216,
                 from M:\Development\Source\libcxx\include/ostream:130,
                 from M:\Development\Source\libcxx\include/istream:156,
                 from M:\Development\Source\libcxx\include/random:1645,
                 from M:\Development\Source\libcxx\src\algorithm.cpp:11:

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- 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