2010-04-02 10:58:11 -07:00
|
|
|
#
|
|
|
|
# This file contains a list the of STL headers that have been reviewed
|
|
|
|
# for exception safety and approved. See
|
|
|
|
#
|
|
|
|
# https://bugzilla.mozilla.org/show_bug.cgi?id=551254
|
|
|
|
#
|
|
|
|
# At build time, each header listed here is converted into a "wrapper
|
|
|
|
# header" that is installed into dist/stl_includes.
|
|
|
|
#
|
|
|
|
# If you would like to request a new STL header <foo> be added, please
|
|
|
|
# file a Core:XPCOM bug with a title like "STL: Review exception
|
|
|
|
# safety of <foo> for gcc and MSVC".
|
|
|
|
#
|
|
|
|
|
2010-04-20 13:12:02 -07:00
|
|
|
new
|
|
|
|
|
2010-04-02 10:58:11 -07:00
|
|
|
# FIXME: these headers haven't been reviewed yet, but we use them
|
2010-04-20 13:12:02 -07:00
|
|
|
# unsafely in Gecko, so we might as well prevent them from
|
2010-04-02 10:58:11 -07:00
|
|
|
# throwing exceptions
|
|
|
|
algorithm
|
2010-04-20 13:12:02 -07:00
|
|
|
deque
|
|
|
|
iostream
|
2010-04-28 17:38:41 -07:00
|
|
|
limits
|
2010-04-20 13:12:02 -07:00
|
|
|
list
|
|
|
|
map
|
|
|
|
memory
|
|
|
|
stack
|
|
|
|
string
|
2010-04-02 10:58:11 -07:00
|
|
|
vector
|
2010-07-15 14:00:37 -07:00
|
|
|
set
|
2010-10-07 00:59:18 -07:00
|
|
|
cassert
|
|
|
|
climits
|
|
|
|
cstdarg
|
|
|
|
cstdio
|
|
|
|
cstdlib
|
|
|
|
cstring
|
|
|
|
utility
|