Skip to content

Commit

Permalink
🐛 fix mismatched tags
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdd committed Jan 27, 2024
1 parent 41e8cb8 commit 1039cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/trollworks/coroutine.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace tw {
class coroutine {
public:
struct none {};
struct promise_type;
class promise_type;
using handle_type = std::coroutine_handle<promise_type>;

class promise_type {
Expand Down

0 comments on commit 1039cf1

Please # to comment.