libstdc++: Include <bits/stl_iterator.h> in <bits/alloc_traits.h>
libstdc++-v3/ChangeLog: * include/bits/alloc_traits.h: Include <bits/stl_iterator.h> for __make_move_if_noexcept_iterator.
This commit is contained in:
parent
d59175ef8a
commit
3c1e624a92
1 changed files with 3 additions and 0 deletions
|
@ -38,6 +38,9 @@
|
|||
# if _GLIBCXX_HOSTED
|
||||
# include <bits/allocator.h>
|
||||
# endif
|
||||
# if __cpp_exceptions
|
||||
# include <bits/stl_iterator.h> // __make_move_if_noexcept_iterator
|
||||
# endif
|
||||
#endif
|
||||
|
||||
namespace std _GLIBCXX_VISIBILITY(default)
|
||||
|
|
Loading…
Add table
Reference in a new issue