michael@0: # michael@0: # This file contains a list the of STL headers that have been reviewed michael@0: # for exception safety and approved. See michael@0: # michael@0: # https://bugzilla.mozilla.org/show_bug.cgi?id=551254 michael@0: # michael@0: # At build time, each header listed here is converted into a "wrapper michael@0: # header" that is installed into dist/stl_includes. michael@0: # michael@0: # If you would like to request a new STL header be added, please michael@0: # file a Core:XPCOM bug with a title like "STL: Review exception michael@0: # safety of for gcc and MSVC". michael@0: # michael@0: michael@0: new michael@0: michael@0: # FIXME: these headers haven't been reviewed yet, but we use them michael@0: # unsafely in Gecko, so we might as well prevent them from michael@0: # throwing exceptions michael@0: algorithm michael@0: atomic michael@0: deque michael@0: ios michael@0: iosfwd michael@0: iostream michael@0: iterator michael@0: limits michael@0: list michael@0: map michael@0: memory michael@0: ostream michael@0: set michael@0: stack michael@0: string michael@0: utility michael@0: vector michael@0: cassert michael@0: climits michael@0: cstdarg michael@0: cstdio michael@0: cstdlib michael@0: cstring michael@0: cwchar michael@0: tuple michael@0: xutility