iterator icon indicating copy to clipboard operation
iterator copied to clipboard

Boost.org iterator module

Results 14 iterator issues
Sort by recently updated
recently updated
newest added

Headers were likely never supposed to live in boost/pending for a long time. At this point boost/pending should be retired and the headers moved into their rightful and normal place....

This is part of the effort to make the Boost libraries "modular" for build and consumption. See https://lists.boost.org/Archives/boost/2024/01/255704.php and https://github.com/grafikrobot/boost-b2-modular/blob/b2-modular/README.adoc for more information. This PR depends on the following other...

С++03 support [was deprecated](https://www.boost.org/users/history/version_1_85_0.html) in 1.85 and now can be removed. This PR clears many of workarounds, which are no longer needed now. - Remove unused workaround macros (many of)....

In C++20, forward iterators (and more advanced) no longer require the iterator reference type to be an actual reference. Instead, it is required that a reference can be formed to...