Jason Turner

Results 254 issues of Jason Turner

https://en.cppreference.com/w/cpp/numeric/add_sat

episode idea
C++ Weekly
ready to record

Mutation testing with mull. * https://github.com/mull-project/mull * https://mull.readthedocs.io/en/latest/tutorials/HelloWorld.html

episode idea
C++ Weekly
Recorded

Some have said that there's no meaningful way to deal with out of memory in C++, but I have students who regularly deal with this stuff, so I'm recording an...

episode idea
C++ Weekly
Recorded

This is a follow-up to the #26 issues that were reported with clang producing code 1/2 the speed of gcc.

episode idea

```cpp struct S { ~S() {} }; ``` The above type does not have a move constructor or move assignment, but it still works with move operations and `is_move_constructible` returns...

episode idea
C++ Weekly
Recorded

https://imgflip.com/i/8uacb3 The standard library and algorithms were designed around functional paradigm principles. was added in C++98

episode idea
C++ Weekly
Recorded

It's not possible to observe this, but we can see the resulting code and measure it, so let's do that.

episode idea
C++ Weekly
Recorded

https://www.redhat.com/en/blog/valgrind-and-gdb-close-cooperation

episode idea
C++ Weekly
Recorded

episode idea
C++ Weekly
Recorded

https://github.com/kthohr/gcem Note: this is available on compiler-explorer too * It's C++11 - so lots of recursion * If you were making a C++20 fork of it, you'd probably want make...

episode idea
C++ Weekly
Recorded