Full name of submitter (unless configured in github; will be published with the issue): Yin Xinyu
CWG2518 introduced the term "preprocessing translation unit".
Still, [cpp] uses both "translation unit" and "preprocessing translation unit" almost randomly, although there shall be no "transaltion unit" when preprocessing.
If that makes sense, perhaps #974 needs reconsideration.
Here are occurances of "translation unit" in [cpp].
- [cpp.pre]/1 (fine)
- [cpp.import]/4 and 5
- [cpp.replace.general]/9
- [cpp.scope]/1
- [cpp.predefined]/3 (fine?)
BTW, here are occurances of "preprocessing translation unit" in [cpp].
- [cpp.subst]/1
- [cpp.error]/1
Full name of submitter (unless configured in github; will be published with the issue): Yin Xinyu
CWG2518 introduced the term "preprocessing translation unit".
Still, [cpp] uses both "translation unit" and "preprocessing translation unit" almost randomly, although there shall be no "transaltion unit" when preprocessing.
If that makes sense, perhaps #974 needs reconsideration.
Here are occurances of "translation unit" in [cpp].
BTW, here are occurances of "preprocessing translation unit" in [cpp].