Skip to content

Commit eaaef8a

Browse files
committed
Remove unused include from P2163R3_invoke_r
This test doesn't need `is_permissive.hpp` after microsoft#4914.
1 parent a02e1b3 commit eaaef8a

File tree

1 file changed

+0
-2
lines changed
  • tests/std/tests/P2136R3_invoke_r

1 file changed

+0
-2
lines changed

tests/std/tests/P2136R3_invoke_r/test.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
#include <string>
77
#include <type_traits>
88

9-
#include <is_permissive.hpp>
10-
119
using namespace std;
1210

1311
constexpr int square(int n) {

0 commit comments

Comments
 (0)