Recent C++ changes seem like polishing your firewood before burning it. Yes, they make perfect sense, but often they are a fix to a problem that committee introduced by cutting down previous proposals (e.g. forcing lambdas to be single return statement, then relaxing it).<p>Half of new features feel like "how to make STL implementation less embarassing".<p>Meanwhile there still is no language support for e.g. debugging constexpr, or printing internal private state of objects in 3rd party code.