diff options
author | Paolo Carlini <pcarlini@suse.de> | 2007-11-15 19:05:17 +0000 |
---|---|---|
committer | Paolo Carlini <paolo@gcc.gnu.org> | 2007-11-15 19:05:17 +0000 |
commit | 4f39bf5c6baa0279e1c763b6a9e30fb0bb4ef2a7 (patch) | |
tree | 892e71e4a0cbd22ffa49a034f35871838d86a536 /gcc | |
parent | cb8e078d3f0aa2a99eb9d14ba0f38354ffc181a6 (diff) | |
download | gcc-4f39bf5c6baa0279e1c763b6a9e30fb0bb4ef2a7.zip gcc-4f39bf5c6baa0279e1c763b6a9e30fb0bb4ef2a7.tar.gz gcc-4f39bf5c6baa0279e1c763b6a9e30fb0bb4ef2a7.tar.bz2 |
re PR libstdc++/34105 (Confusing error message with missing #include <algorithm>)
2007-11-15 Paolo Carlini <pcarlini@suse.de>
PR libstdc++/34105
* include/bits/stl_algobase.h: Do not include <bits/algorithmfwd.h>.
(lexicographical_compare(const unsigned char*, const unsigned char*,
const unsigned char*, const unsigned char*),
lexicographical_compare(const char*, const char*, const char*,
const char*)): Move to namespace (std, _GLIBCXX_STD_P).
* include/parallel/algobase.h: Do not include <bits/algorithmfwd.h>.
(equal): Move after mismatch.
* include/bits/stl_heap.h (is_heap, is_heap_until): Reorder.
* include/bits/char_traits.h: Include <bits/stl_algobase.h> instead
of <bits/algorithmfwd.h>.
* include/bits/stl_algo.h: Include first <bits/algorithmfwd.h>.
* include/bits/algorithmfwd.h (lexicographical_compare): Do not
declare overloads.
* include/parallel/partition.h: Include <parallel/random_number.h>.
* testsuite/util/testsuite_abi.cc: Include <algorithm>.
From-SVN: r130207
Diffstat (limited to 'gcc')
0 files changed, 0 insertions, 0 deletions