1 # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 # This list contains the of STL headers that have been reviewed for exception
8 # safety and approved. See
10 # https://bugzilla.mozilla.org/show_bug.cgi?id=551254
12 # At build time, each header listed here is converted into a "wrapper
13 # header" that is installed into dist/stl_includes.
15 # If you would like to request a new STL header <foo> be added, please
16 # file a Core:XPCOM bug with a title like "STL: Review exception
17 # safety of <foo> for gcc and MSVC".
21 # FIXME: these headers haven't been reviewed yet, but we use them
22 # unsafely in Gecko, so we might as well prevent them from