stl-headers 847 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. #
  2. # This file contains a list the of STL headers that have been reviewed
  3. # for exception safety and approved. See
  4. #
  5. # https://bugzilla.mozilla.org/show_bug.cgi?id=551254
  6. #
  7. # At build time, each header listed here is converted into a "wrapper
  8. # header" that is installed into dist/stl_includes.
  9. #
  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".
  13. #
  14. new
  15. # FIXME: these headers haven't been reviewed yet, but we use them
  16. # unsafely in Gecko, so we might as well prevent them from
  17. # throwing exceptions
  18. algorithm
  19. atomic
  20. deque
  21. functional
  22. ios
  23. iosfwd
  24. iostream
  25. istream
  26. iterator
  27. limits
  28. list
  29. map
  30. memory
  31. ostream
  32. set
  33. stack
  34. string
  35. type_traits
  36. utility
  37. vector
  38. cassert
  39. climits
  40. cmath
  41. cstdarg
  42. cstdio
  43. cstdlib
  44. cstring
  45. cwchar
  46. tuple
  47. xutility