Skip to content

[test][components] Use constexpr and is_detected

Timo Koch requested to merge feature/simplify-test-components-constexpr into master

Fixes #1208 (closed)

This should make it easier for cppcheck (although this was a false positive) but it also makes the code more readable and shorter.

Merge request reports