headers.cc 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. // { dg-do compile }
  2. // 1999-06-23 bkoz
  3. // Copyright (C) 1999-2022 Free Software Foundation, Inc.
  4. //
  5. // This file is part of the GNU ISO C++ Library. This library is free
  6. // software; you can redistribute it and/or modify it under the
  7. // terms of the GNU General Public License as published by the
  8. // Free Software Foundation; either version 3, or (at your option)
  9. // any later version.
  10. // This library is distributed in the hope that it will be useful,
  11. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  13. // GNU General Public License for more details.
  14. // You should have received a copy of the GNU General Public License along
  15. // with this library; see the file COPYING3. If not see
  16. // <http://www.gnu.org/licenses/>.
  17. // extension headers
  18. // This should include a list of all headers in the extension
  19. // subdirectory that are meant to be directly included.
  20. #include <ext/algorithm>
  21. #include <ext/atomicity.h>
  22. #include <ext/bitmap_allocator.h>
  23. #if _GLIBCXX_HAVE_ICONV
  24. #include <ext/codecvt_specializations.h>
  25. #endif
  26. #include <ext/concurrence.h>
  27. #include <ext/debug_allocator.h>
  28. #if _GLIBCXX_HAVE_ICONV
  29. #include <ext/enc_filebuf.h>
  30. #endif
  31. #include <ext/functional>
  32. #include <ext/iterator>
  33. #include <ext/malloc_allocator.h>
  34. #include <ext/memory>
  35. #include <ext/mt_allocator.h>
  36. #include <ext/new_allocator.h>
  37. #include <ext/numeric>
  38. #include <ext/pod_char_traits.h>
  39. #include <ext/pool_allocator.h>
  40. #include <ext/rb_tree>
  41. #include <ext/rope>
  42. #include <ext/slist>
  43. #include <ext/stdio_filebuf.h>
  44. #include <ext/stdio_sync_filebuf.h>
  45. #include <ext/throw_allocator.h>
  46. #include <ext/typelist.h>
  47. #include <ext/type_traits.h>
  48. #include <ext/vstring.h>
  49. #include <ext/pb_ds/assoc_container.hpp>
  50. #include <ext/pb_ds/priority_queue.hpp>
  51. #include <ext/pb_ds/exception.hpp>
  52. #include <ext/pb_ds/hash_policy.hpp>
  53. #include <ext/pb_ds/list_update_policy.hpp>
  54. #include <ext/pb_ds/tree_policy.hpp>
  55. #include <ext/pb_ds/trie_policy.hpp>