nighthawk icon indicating copy to clipboard operation
nighthawk copied to clipboard

Code modernisation opportunities (c++17)

Open oschaaf opened this issue 5 years ago • 0 comments

In https://github.com/envoyproxy/nighthawk/pull/412 two clang-tidy checks have been disabled. It's possible that Envoy may revert back to c++14, and until we are sure that won't happen, we should probably not rely on c++17isms.

This issue tracks following up on enabling of the following checks: -modernize-use-nodiscard -modernize-concat-nested-namespaces

oschaaf avatar Jul 17 '20 20:07 oschaaf