cplusplus / draft

C++ standards drafts
http://www.open-std.org/jtc1/sc22/wg21/
5.67k stars 749 forks source link

[lib] Make use of "introduce data races" consistent #2097

Open jensmaurer opened 6 years ago

jensmaurer commented 6 years ago

LWG issues processing session:

Sometimes we refer to 20.5.5.9 [res.on.data.races], sometimes to 6.8.2 [intro.multithread]. Sometimes we say "conflict". Sometimes we say "concurrent calls", sometimes we just say "calls".

We should harmonize that, possibly after consulting SG1.

timsong-cpp commented 6 years ago

And sometimes (e.g., [time.zone.db.list]p4, [time.zone.db.remote]p5) we say "thread-safe".