ch
Feedback
C++ - Reddit

C++ - Reddit

前往频道在 Telegram

Stay up-to-date with everything C++! Content directly fetched from the subreddit just for you. Join our group for discussions : @programminginc Powered by : @r_channels

显示更多
228
订阅者
无数据24 小时
-17
-130
帖子存档
My extended concepts library https://github.com/Hamondorf/conceptual Got my concepts library I've been working on to a point where I'm happy enough to make it public. It's not done yet, and I'm open to any and all criticism/suggestions. I wasn't exactly thrilled with the number of standard concepts we got in c++20. Mainly, I found it annoying that a lot of type traits were more or less ignored so I went and added made own for them. I tried my best to improve subsumption and such while I was it too. https://redd.it/lbw45p @r_cpp