cpp-best-practices/cppbestpractices

Consider Avoiding Boolean Parameters

PeterBadzhakov opened this issue · 0 comments

I'd like to make the observation that perhaps this is a good place for templated functions instead of runtime checks.
If so, how often would you see this in production code?