xtofl

Results 14 issues of xtofl

The words 'handler', 'callback', ... are often used to add a notion of where a variable/function is going to be used. However, this is _very_ much as useless as naming...

The demo code shows how to leak an object. It's always nice that demo code shows how it should be done :).

This document may serve as the basis for a guest article on https://www.bfilipek.com/

The current sources can be built with cmake. There is also a visual studio project and solution. However, the latter are maintenance heavy. They should be replaced by a cmake...

The exercise called 'speed_this_up_by_adding_move_support' has a `duration` call for a lambda that seems to be compiled away in release builds. The expectation ```C++ EXPECT_LT(consuming_objects, constructing_objects * 1.1)

Slide 15: ```C++ std::unique_ptr dp{static_cast(bp.get())}; --> here, D is owned twice! bp.release(); ```

while going through the async exercises, solving subsequent exercises will break the previous ones. Rather decouple them: a simple technique would be to stow them in separate files.

### 💻 Environment Platform: Linux OS Version: Ubuntu 20.04 Toggl Version: v7.x ### 🐞 Actual behavior I follow instructions in the README.md, but can't build. ### 💯 Expected behavior All...