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

            Bug ID: 17870
           Summary: errc values are platform dependent but are used in
                    error_condition
           Product: libc++
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

Linux: errc::address_family_not_supported is 97.
FreeBSD: errc::address_family_not_supported is 47.
n3690 system_error synopsis: errc::address_family_not_supported is 1.

Not that platform independent.

-- 
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