Skip to content

Commit aabcd20

Browse files
committed
correct the test
1 parent 1aa41f5 commit aabcd20

File tree

1 file changed

+1
-0
lines changed
  • libcxx/test/libcxx/ranges/range.utility/range.utility.conv

1 file changed

+1
-0
lines changed

libcxx/test/libcxx/ranges/range.utility/range.utility.conv/to.verify.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ void test() {
2121
using member_func_ptr = decltype(&C::f);
2222
using member_ptr = decltype(&C::member);
2323
using func_ptr = decltype(&ff);
24+
using func_t = decltype(ff);
2425

2526
struct R {
2627
int* begin() const { return nullptr; };

0 commit comments

Comments
 (0)