cpp_weekly icon indicating copy to clipboard operation
cpp_weekly copied to clipboard

The official C++ Weekly Repository. Code samples and notes of future / past episodes will land here at various times. PR's will be accepted in some cases.

Results 352 cpp_weekly issues
Sort by recently updated
recently updated
newest added

episode idea
[Fill in the Blank]

https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2021/p2173r1.pdf

episode idea
C++ Weekly

At the file scope, you want `inline` to prevent data from being duplicated in the final binary.

episode idea
C++ Weekly

https://compiler-explorer.com/z/3qx87hhso

episode idea
C++ Weekly

https://en.cppreference.com/w/cpp/utility/unreachable

episode idea
C++ Weekly

C++ Weekly https://github.com/andreasbuhr/cppcoro

episode idea
C++ Weekly

C++ Weekly https://godbolt.org/z/79jTvhT74

episode idea
C++ Weekly

I was watching https://www.youtube.com/watch?v=PJ-byW33-Hs just now. The auto works for most of the cases except for some intermediate special classes. I don't remember that clearly but I remember I've come...