We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37bf953 commit 6443dfaCopy full SHA for 6443dfa
1 file changed
test/type_traits.cpp
@@ -19,7 +19,8 @@ struct n_tuple;
19
template<int... Ns>
20
struct n_list;
21
22
-struct convertible_from_int {
+struct convertible_from_int
23
+{
24
convertible_from_int(int);
25
};
26
0 commit comments