Closed vbaderks closed 1 year ago
C++17 if constexpr allows to select the correct function without the dummy selector parameters. Use this method. Re-order the methods in a logical call order from top to bottom: encode_lines -> encode_line-> encode_sample -> encode_run/regular
SonarCloud Quality Gate failed.
0 Bugs 0 Vulnerabilities 0 Security Hotspots 1 Code Smell
0.0% Coverage 41.3% Duplication
C++17 if constexpr allows to select the correct function without the dummy selector parameters. Use this method. Re-order the methods in a logical call order from top to bottom: encode_lines -> encode_line-> encode_sample -> encode_run/regular