We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2312ae commit 16ea3a8Copy full SHA for 16ea3a8
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