Using recursive_generator I was caught off guard by the lack of a [[nodiscard]] specifier, allowing a foolish typo to persist in my code for weeks. This change enables the same warnings generator enjoys, likewise with the change to shared_task enabling warnings like for task.
Using recursive_generator I was caught off guard by the lack of a [[nodiscard]] specifier, allowing a foolish typo to persist in my code for weeks. This change enables the same warnings generator enjoys, likewise with the change to shared_task enabling warnings like for task.