At least In the C++ 20 Standard (6 Basics) there is written
 
7 A local entity is a variable with automatic storage duration (6.7.5.4), a structured binding (9.6) whose corresponding variable is such an entity, or the *this object
 
 
You can meet me at http://cpp.forum24.ru/ or www.stackoverflow.com or http://ru.stackoverflow.com
 
 
Четверг, 17 февраля 2022, 23:03 +03:00 от language.lawyer@gmail.com:
 
On 17/02/2022 22:48, Vladimir Grigoriev via Std-Discussion wrote:
> Why are not block scope variables declared with the specifier static considered as local variables in the C++ Standard?

AFAIK currently there is no definition of such thing as local variable.