Full name of submitter (unless configured in github; will be published with the issue): Yin Xinyu
[intro.execution]/1 says
An instance of each object with automatic storage duration is associated with each entry into its block. Such an object exists and retains its last-stored value during the execution of the block and while the block is suspended (by a call of a function, suspension of a coroutine, or receipt of a signal).
In my opinion, there is a new object to be created associated with each entry into the block, rather than an instance of the same object.
Full name of submitter (unless configured in github; will be published with the issue): Yin Xinyu
[intro.execution]/1 says
In my opinion, there is a new object to be created associated with each entry into the block, rather than an instance of the same object.