Skip to content

Commit 1221359

Browse files
committed
*
1 parent 3508a33 commit 1221359

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cpp/11.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,6 @@ void utils_11()
477477
int n = 1;
478478
auto t = make_tuple(0, "one", 3.14, ref(n), n);
479479
n = 2;
480-
cerr << "typeid " << typeid(get<2>(t)).name() << '\n';
481480
//cerr << func_type(get<2>(t)) << '\n';
482481
assert(is_arithmetic<decltype(1)>::value);
483482
//assert(is_arithmetic<decltype(get<0>(t))>::value);

0 commit comments

Comments
 (0)