Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow specifying special member functions with DYNO_INTERFACE #40

Open
ArekPiekarz opened this issue Dec 21, 2017 · 1 comment
Open
Labels

Comments

@ArekPiekarz
Copy link

As in title, is it possible to do it now? Can dyno::CopyConstructible{} be used for that?
So far I wasn't able to write a compilable form of it.

@ldionne
Copy link
Owner

ldionne commented Jan 1, 2018

Good point; the DYNO_INTERFACE macro does not allow specifying special member functions at the moment. I'll need to think of a solution.

@ldionne ldionne changed the title DYNO_INTERFACE - how to specify copy constructor? Allow specifying special member functions with DYNO_INTERFACE Jan 1, 2018
@ldionne ldionne added the feature label Jan 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants