Merge mozilla-central and tracemonkey. (a=blockers)
[mozilla-central.git] / config / stl-headers
blob92f20dcb55a03ba3a565022b3eb1ca6396b6b72f
2 # This file contains a list the of STL headers that have been reviewed
3 # for exception safety and approved. See
5 #   https://bugzilla.mozilla.org/show_bug.cgi?id=551254
7 # At build time, each header listed here is converted into a "wrapper
8 # header" that is installed into dist/stl_includes.
10 # If you would like to request a new STL header <foo> be added, please
11 # file a Core:XPCOM bug with a title like "STL: Review exception
12 # safety of <foo> for gcc and MSVC".
15 new
17 # FIXME: these headers haven't been reviewed yet, but we use them
18 # unsafely in Gecko, so we might as well prevent them from
19 # throwing exceptions
20 algorithm
21 deque
22 iostream
23 limits
24 list
25 map
26 memory
27 stack
28 string
29 vector
30 set
31 cassert
32 climits
33 cstdarg
34 cstdio
35 cstdlib
36 cstring
37 utility