Hacker News new | ask | show | jobs
by nejenendn 3171 days ago
Agreed. However, C++ pragmatically does have restrict in both clang and g++, which is still useful in cases where you can deductively prove the lack of aliasing.
1 comments

There are more compilers out there, although I do agree in the context of HPC, those are probably the most used ones.