Earlier quoted context omitted.
Lambdas, a modern C++ feature, can borrow from the stack and escape the stack. (This led to one of the more memorable bugs I've been part of debugging.) It's hard to take any claims about modern C++ seriously when the WG thought this was an acceptable feature to ship. Of course, the article doesn't mention lambdas.
Why wouldn't it be acceptable to ship? This is how everything works in C++. You always have to mind your references.
[1] Not me making this up - I started getting into guns and this is what people say.