|
You are here |
www.fluentcpp.com | ||
| | | | |
www.kuniga.me
|
|
| | | | | NP-Incompleteness: | |
| | | | |
mpark.github.io
|
|
| | | | | A visitation mechanism for `std::variant`. | |
| | | | |
www.thbecker.net
|
|
| | | | | [AI summary] The article explains how C++11 rvalue references, reference collapsing rules, and std::forward enable perfect forwarding to preserve move semantics. | |
| | | | |
cullmann.io
|
|
| | | At work we use the LLVM/clang libraries for pre-processing and parsing C/C++ stuff. During some experimenting with the current master version of these libraries, I stumbled on unexpected crashes inside our unit-tests on Windows. We work with MSVC 2019 on Windows and all worked fine with LLVM 9.x, but with master, close to all my tests did now segfault in aligned_free. I first thought that might be some current regression in LLVM master, but after tracing it back to having DenseSet/Map crashing during destruction, this seemed unlikely. | ||