page =
url = https://quuxplusone.github.io/blog
arthur o'dwyer – stuff mostly about c++
Earlier this week Eric Fiselier pointed out something that came as an unpleasant surprise (to me, at least): Even though C++11 deprecated inheritance-from-
std::unary_function
, and C++14 deprecated inheritance-from-
std::iterator
, the actual library vendors cannot remove those deprecated relationships from their libraries without taking an ABI break!