The corollary of that is that most new c++ features get designed with the explicit intent of getting burried in std library implementation (with coroutines being excellent example).
Then, developer is presented with a nice, easy to use library interface, that violently explodes all the obscure implementation details in their face on first error.
Modern C++ is made, I feel, primarily to make STL implementation less embarrassing.