Skip to content

Commit

Permalink
Fixed #706, regards #704: context_t::flags() is no longer gratuitou…
Browse files Browse the repository at this point in the history
…sly marked `virtual`
  • Loading branch information
eyalroz-gehc committed Jan 26, 2025
1 parent 05f48e5 commit 953b944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cuda/api/context.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ class context_t {

protected:
///@cond
virtual context::flags_t flags() const
context::flags_t flags() const
{
return context::detail_::get_flags(handle_);
}
Expand Down

0 comments on commit 953b944

Please sign in to comment.