Closed Bug 811214 Opened 12 years ago Closed 12 years ago

Build failure in SpdySession3.cpp with clang 3.1

Categories

(Core :: Networking: HTTP, defect)

All
Linux
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla19

People

(Reporter: glandium, Assigned: glandium)

References

Details

Attachments

(1 file)

netwerk/protocol/http/SpdySession3.cpp:1873:20: error: expected a class or namespace GenerateGoAway(goawayReason::OK); ^ 1 error generated.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Assignee: nobody → mh+mozilla
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Attachment #680973 - Flags: review?(honzab.moz) → review+
ah, so I guess it was another instance of "clang, but not using c++11". Thanks!
(In reply to Rafael Ávila de Espíndola (:espindola) from comment #4) > ah, so I guess it was another instance of "clang, but not using c++11". > Thanks! Ah indeed. And that's happening because of this: /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../../../include/c++/4.7/type_traits:256:39: error: use of undeclared identifier '__float128' struct __is_floating_point_helper<__float128> ^ 1 error generated. during the test for -std=gnu++0x.
Status: REOPENED → RESOLVED
Closed: 12 years ago12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla19
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: