-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
Ideally:
- Minimum C++17
- use conan (see replace the vendored libs with ones discovered using
find_package#40) - clang-format with a known good setting
- sanitizer builds etc
- General tidying of old fashioned code like:
- misuse of
move(vsstd::move) - use
std::string_view - general audit in IDEs that whinge about such things
- misuse of
- Turn up the warnings and heed them (
-Werrorfor maintainer builds)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels