Skip to content

Commit

Permalink
Remove inline
Browse files Browse the repository at this point in the history
  • Loading branch information
PointKernel committed May 14, 2024
1 parent 672cd01 commit d2d7dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/static_multiset/find_test.cu
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
using size_type = int32_t;

template <typename Set>
__inline__ void test_unique_sequence(Set& set, size_type num_keys)
void test_unique_sequence(Set& set, size_type num_keys)
{
using Key = typename Set::key_type;

Expand Down

0 comments on commit d2d7dcc

Please sign in to comment.