cons_expr
cons_expr copied to clipboard
Results
2
cons_expr issues
Sort by
recently updated
recently updated
newest added
I had a brief read through your `cons_expr.hpp`. Fascinating code. Assorted comments below: Category: Great idea! — `[[nodiscard]]` attribute on `++(int)`, `--(int)`, `begin()` etc. Category: Could be better? — `pow()`:...