ofats / any_invocable

Сonservative, move-only equivalent of std::function
MIT License
20 stars 3 forks source link

Remove extra semicolons #5

Closed ghost closed 3 years ago

ghost commented 3 years ago

I'm using your implementation now. It compiles now. I did apply the linked patch to silence pedantic warnings: https://github.com/uNetworking/uWebSockets/commit/d13aac1af8e5ec65fb56627eb353b4c14f356ab7

ofats commented 3 years ago

Hey, just fixed by removing semicolon from macro definition. You can now pull the master branch.