Closed
Bug 941388
Opened 12 years ago
Closed 12 years ago
bit_reader.cc failed to build on VS2013: "error C2039: 'min' : is not a member of 'std'"
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 941931
People
(Reporter: xavier114fch, Unassigned)
Details
Attachments
(1 file)
|
827 bytes,
patch
|
Details | Diff | Splinter Review |
Seems related to missing <algorithm> header.
32:56.21 bit_reader.cc
32:56.21 e:/mozilla-inbound/content/media/fmp4/demuxer/bit_reader.cc(28) : error
C2039: 'min' : is not a member of 'std'
32:56.21 e:/mozilla-inbound/content/media/fmp4/demuxer/bit_reader.cc(28) : error
C3861: 'min': identifier not found
| Reporter | ||
Comment 1•12 years ago
|
||
| Reporter | ||
Updated•12 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Updated•8 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•