18604.cc 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. // 2005-05-09 Paolo Carlini <pcarlini@suse.de>
  2. // Copyright (C) 2005-2022 Free Software Foundation, Inc.
  3. //
  4. // This file is part of the GNU ISO C++ Library. This library is free
  5. // software; you can redistribute it and/or modify it under the
  6. // terms of the GNU General Public License as published by the
  7. // Free Software Foundation; either version 3, or (at your option)
  8. // any later version.
  9. // This library is distributed in the hope that it will be useful,
  10. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. // GNU General Public License for more details.
  13. // You should have received a copy of the GNU General Public License along
  14. // with this library; see the file COPYING3. If not see
  15. // <http://www.gnu.org/licenses/>.
  16. // NB: This issue affected only debug-mode.
  17. // { dg-do compile }
  18. // libstdc++/18604
  19. struct less;
  20. struct allocator;
  21. struct pair;
  22. struct binary_function;
  23. struct iterator;
  24. struct iterator_traits;
  25. struct bidirectional_iterator_tag;
  26. struct forward_iterator_tag;
  27. struct input_iterator_tag;
  28. struct random_access_iterator_tag;
  29. struct ios_base;
  30. struct basic_string;
  31. struct basic_istream;
  32. struct basic_ostream;
  33. struct char_traits;
  34. #include <bitset>