Skip to content

Commit

Permalink
Update hostTaskSynopsis.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Kinsner authored Jan 3, 2024
1 parent 55e878f commit b00a599
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions adoc/headers/hostTask/hostTaskSynopsis.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,10 @@ class interop_handle {
class handler {
...

public
:
public:

template <typename T>
void
host_task(T&& hostTaskCallable);
void host_task(T&& hostTaskCallable);

...
};
Expand Down

0 comments on commit b00a599

Please sign in to comment.