Closed Bug 1127403 Opened 9 years ago Closed 5 years ago

Mdn says that firefox compiles with gcc 4.6, but actually the min version is 4.7.

Categories

(Developer Documentation Graveyard :: Mozilla Platform, defect, P5)

All
Linux
defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: baku, Assigned: sjw+bugzilla)

Details

Recently in m-c we landed in dom/media/gmp/GMPUtils.h this:

template<typename T>
using GMPUniquePtr = mozilla::UniquePtr<T, DestroyPolicy<T>>;

and this syntax is not supported by gcc 4.6. We can change it, or we can update the documentation saying that we need gcc 4.7 or more.
Summary: Mdn says that the firefox compiles with gcc 4.6, but actually the min version is 4.7. → Mdn says that firefox compiles with gcc 4.6, but actually the min version is 4.7.
Component: General → Mozilla Platform

The MDN team is no longer actively working on Mozilla Platform docs. Volunteer contributions are welcome.

Priority: -- → P5
Assignee: nobody → sjw
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.