: This means, for example, that implementations can't use an object with static storage duration for
internal purposes without synchronization because it could cause a data race even in
programs that do not explicitly share objects between threads
. —
end note