Skip to content

Commit

Permalink
Remove unused include from P2163R3_invoke_r
Browse files Browse the repository at this point in the history
This test doesn't need `is_permissive.hpp` after microsoft#4914.
  • Loading branch information
CaseyCarter committed Aug 26, 2024
1 parent 25043d7 commit 9a8274b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/std/tests/P2136R3_invoke_r/test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
#include <string>
#include <type_traits>

#include <is_permissive.hpp>

using namespace std;

constexpr int square(int n) {
Expand Down

0 comments on commit 9a8274b

Please sign in to comment.