Define debug mode function for C++98
commit8715a8ff5f11cd68d714eb29182b23a74ca4df37
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 23 Aug 2018 15:23:31 +0000 (23 15:23 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 23 Aug 2018 15:23:31 +0000 (23 15:23 +0000)
treec08400dec0f48c6a99e26616c2f9e128d3197370
parent217f241d11089e68b80a4a734461f81a68245290
Define debug mode function for C++98

This function is declared unconditionally but was only defined for C++11
and later, leading to linker errors when the testsuite was run with
-std=gnu++98 -D_GLIBCXX_DEBUG added to the flags.

* include/debug/vector (__niter_base): Define for C++98.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@263816 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/include/debug/vector