bemanproject / execution26

Implementation of the std::execution (P2300, sender/receiver) proposal
https://beman-project.github.io/execution26/
Other
30 stars 8 forks source link

Fix cmake-tidy warnings on examples too #78

Closed ClausKlein closed 1 week ago

ClausKlein commented 2 weeks ago

I reverted the Makefile as sanitizer driver and used it on CI in addition to simple generic cmake workflow presets.

misc-const-correctness misc-use-anonymous-namespace performance-unnecessary-value-param hicpp-explicit-conversions hicpp-member-init