Kaydet (Commit) e335dab1 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Document when HAVE_BROKEN_CONST_ITERATORS can go

Change-Id: I96636cbff097af77bc0ccd669b6a973c282f7360
üst 3133f128
......@@ -12055,6 +12055,11 @@ if test "$build_os" = "cygwin"; then
AC_SUBST(ILIB)
fi
dnl We should be able to drop the below check when bumping the GCC baseline to
dnl 4.9, as <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54577>
dnl "deque<T>::erase() still takes iterator instead of const_iterator" should be
dnl fixed there with <https://gcc.gnu.org/git/?p=gcc.git;a=commit;
dnl h=6b0e18ca48bb4b4c01e7b5be2b98849943fdcf91>:
AC_MSG_CHECKING(
[whether C++11 use of const_iterator in standard containers is broken])
save_CXXFLAGS=$CXXFLAGS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment