~nabijaczleweli/wg14

PhD put me up to writing WG14 papers :/
Twitter link pivot
n3066 landed :0
n3066 assigned to N2878P1

refs

trunk
browse  log 

clone

read-only
https://git.sr.ht/~nabijaczleweli/wg14
read/write
git@git.sr.ht:~nabijaczleweli/wg14

You can also use your local clone with git send-email.

#wg14 builds.sr.ht badge Licence

PhD put me up to writing WG14 papers :/

#PDFs

#n2878: nsec_t && timespec::tv_nsec

Discussed on 17.05.2022; verdict: delayed; quoth PhD:

  • implementation-defined SIGNED integer type (must be signed)
  • talk to Nick Stoughton (Austin Group/POSIX) about timespec change since POSIX owns it
  • should not have a name (nsec_t is used in user code, we could break people)
  • Denied for C23, but can be allowed for C2Y/C3a (whenever the hell that is)

#n3066 (p1): timespec::tv_nsec

nsec_t/* see below */ + "shall be of an implementation-defined signed integer type capable of…"

Accepted in n3091 (2023-01-27), to land in C23.