(no title)
flakes
|
2 months ago
Auto has really made c++ unapproachable to me. It's hard enough to reason about anything templated, and now I frequently see code where every method returns auto. How is any one supposed to do a code review without loading the patch into their IDE?
OneDeuxTriSeiGo|2 months ago
For any seriously templated or metaprogrammed code nowadays a concept/requires is going to make it a lot more obvious what your code is actually doing and give you actually useful errors in the event someone is misusing your code.
jjmarr|2 months ago
Traubenfuchs|2 months ago
unknown|2 months ago
[deleted]
themafia|2 months ago