We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2aceb2 commit 33013b6Copy full SHA for 33013b6
1 file changed
Framework/Core/include/Framework/GroupedCombinations.h
@@ -46,8 +46,9 @@ auto isIndexTo()
46
}
47
48
template <typename T, typename G>
49
-auto isIndexTo() -> std::false_type
+auto isIndexTo()
50
{
51
+ return std::false_type{};
52
53
54
0 commit comments