2
0
mirror of https://github.com/boostorg/core.git synced 2026-01-26 18:33:01 +00:00
Files
core/test/iterator_test.cpp
Andrey Semashev 6ae6ff79f1 Deprecated boost/iterator.hpp, emit warnings on inclusion.
The header defines boost::iterator template, which is an alias for
std::iterator, which is itself deprecated since C++17.

Updated test to avoid testing the definition in C++17 onwards
to avoid failures due to deprecation warnings from libc++-13.
2021-12-23 16:46:29 +03:00

2.0 KiB