C++20 coroutines and false positives removal

Hello again @acgetchell,

In contrast to the rule mentioned in your other related post, these rules will only trigger if you are currently using coroutines in your code, therefore they are not suffering from that issue.

This issue only affects rules suggesting to evolve existing code to use a new feature, which might not be supported by some compilers.

Hope this helps,

1 Like