martinzink commented on code in PR #2013: URL: https://github.com/apache/nifi-minifi-cpp/pull/2013#discussion_r2301982597
########## .clang-tidy: ########## @@ -246,7 +247,6 @@ Checks: > performance-noexcept-destructor, performance-noexcept-swap, portability-avoid-pragma-once, Review Comment: ```suggestion ``` Imho we should remove avoidance of pragme-once as well. It wasnt too long ago that we went from header guard to pragma once, it would be a shame to go back. All compilers that we support do support pragma once -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
