2010-04-02 21:58:11 +04: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-21 00:12:02 +04:00
|
|
|
new
|
|
|
|
|
2010-04-02 21:58:11 +04:00
|
|
|
# FIXME: these headers haven't been reviewed yet, but we use them
|
2010-04-21 00:12:02 +04:00
|
|
|
# unsafely in Gecko, so we might as well prevent them from
|
2010-04-02 21:58:11 +04:00
|
|
|
# throwing exceptions
|
|
|
|
algorithm
|
2013-05-20 12:56:10 +04:00
|
|
|
atomic
|
2010-04-21 00:12:02 +04:00
|
|
|
deque
|
2013-07-16 16:09:24 +04:00
|
|
|
ios
|
2010-04-21 00:12:02 +04:00
|
|
|
iostream
|
2011-12-10 02:32:29 +04:00
|
|
|
iterator
|
2010-04-29 04:38:41 +04:00
|
|
|
limits
|
2010-04-21 00:12:02 +04:00
|
|
|
list
|
|
|
|
map
|
|
|
|
memory
|
2013-07-16 16:09:24 +04:00
|
|
|
ostream
|
2011-12-10 02:32:29 +04:00
|
|
|
set
|
2010-04-21 00:12:02 +04:00
|
|
|
stack
|
|
|
|
string
|
2011-12-10 02:32:29 +04:00
|
|
|
utility
|
2010-04-02 21:58:11 +04:00
|
|
|
vector
|
2010-10-07 11:59:18 +04:00
|
|
|
cassert
|
|
|
|
climits
|
|
|
|
cstdarg
|
|
|
|
cstdio
|
|
|
|
cstdlib
|
|
|
|
cstring
|
2011-12-10 02:32:29 +04:00
|
|
|
cwchar
|
2012-07-17 01:03:25 +04:00
|
|
|
tuple
|
2013-05-20 12:56:10 +04:00
|
|
|
xutility
|