ThePhD / future_cxx

Work done today for the glory of tomorrow - or, C and C++ systems programming papers.
https://thephd.dev/portfolio/standard
46 stars 8 forks source link

p1940 - out_ptr safety enhancements #28

Closed ThePhD closed 3 years ago

ThePhD commented 3 years ago

This paper is not worth the effort. If people want safety they can provide it already by just static_assert-ing on whatever parameters and value categories they care about most.