Closed Bug 459225 Opened 16 years ago Closed 16 years ago

bitset compile issues.

Categories

(Firefox Build System :: General, defect)

x86
Windows CE
defect
Not set
major

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: dougt, Assigned: dougt)

Details

when building gfx/thebes/src (and possibility other files), i get a compiler error suggesting that out_of_range isn't defined.

The work around has been to comment out this from the bitset in the sdk.

file:  c:/Program Files/Windows Mobile 6 SDK/PocketPC/Include/Armv4i/bitset

/*	void _Xran() const
		{throw out_of_range("invalid bitset<N> position"); } */
I think we might need to sprinkle this:
#include <stdexcept>
brian, do you remember where?
is this still a problem?  I do not recall seeing it when I set up a new machine.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Product: Core → Firefox Build System
You need to log in before you can comment on or make changes to this bug.