Y
Hacker News
new
|
ask
|
show
|
jobs
by
jcelerier
1209 days ago
using enums as a form of static_assert is very bad when C nowadays literally has static_assert (_Static_assert:
https://gcc.godbolt.org/z/bfv6rKdKM
)