Closed Faaux closed 4 years ago
Thanks! Do you think you could run clang format on the file? I think it will put the attributes on the same line in front of the function parameter
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities (and 0 Security Hotspots to review)
0 Code Smells
Just ran it, and shortend a comment to keep it on one line.
Due to 'if constexpr' MSVC complains about: C4100: unreferenced formal parameter C4101: unreferenced local variable
Uses [[maybe_unused]] (C++17)