Skip to content

Commit

Permalink
Remove non-::-prefixed references to namespace std which have cre…
Browse files Browse the repository at this point in the history
…pt it
  • Loading branch information
eyalroz committed Jan 27, 2024
1 parent 6fb1ee9 commit 7f55631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cuda/api/external.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class resource_t {

inline resource_t wrap(handle_t handle, descriptor_t descriptor, bool take_ownership)
{
return { handle, std::move(descriptor), take_ownership };
return { handle, ::std::move(descriptor), take_ownership };
}

/**
Expand Down

0 comments on commit 7f55631

Please sign in to comment.