Skip to content

Tiny fix for misnamed macro, add a compile-test for it#1

Merged
reiver-dev merged 1 commit intoreiver-dev:masterfrom
kaidokert:master
Apr 27, 2016
Merged

Tiny fix for misnamed macro, add a compile-test for it#1
reiver-dev merged 1 commit intoreiver-dev:masterfrom
kaidokert:master

Conversation

@kaidokert
Copy link
Copy Markdown
Contributor

Small macro name mismatch for static and free functions.

By the way, this code is conceptually similar to marcmo/delegates#1, also zero dependencies, zero exceptions, c++11 with variadic templates, similarly concise.

@reiver-dev reiver-dev merged commit c67e698 into reiver-dev:master Apr 27, 2016
@reiver-dev
Copy link
Copy Markdown
Owner

Thank you, and sorry for not noticing it earlier. Looked into your version: nice variadic macro and overall very good repository structure. But did not quite get why do you need unused bool argument in macro and in delegate factory.

@kaidokert
Copy link
Copy Markdown
Contributor Author

The bool argument helped to collapse the macro code for MSVC, i could not figure out a shorter way to do that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants