any icon indicating copy to clipboard operation
any copied to clipboard

No rest() and emplace()

Open devgs opened this issue 7 years ago • 5 comments

Probably draft was updated since the original implementation. These member functions are very essential AFAIK.

Reference: http://en.cppreference.com/w/cpp/utility/any

devgs avatar Dec 30 '16 06:12 devgs

Yeah, see #2, still not entirely sure what we should do about this interface change.

thelink2012 avatar Dec 30 '16 06:12 thelink2012

Thanks for the prompt reply!

Are there any specific issues related to adding them? It seems like interface is settled now. At least for the last month or so I didn't notice any changes.

devgs avatar Dec 30 '16 06:12 devgs

The major issue I see is with people that is using the old interface and blindly clones the repo without the proper commit hash. Plus, whether we should come up with a #ifdef to switch between interfaces.... well, that'll look a bit ugly, eh?

Yes, don't think the interface will change any further as the major compilers are implementing it outside of the experimental namespace already.

thelink2012 avatar Dec 30 '16 07:12 thelink2012

Are you okay with me cloning your repository and making adjustments?

devgs avatar Dec 30 '16 07:12 devgs

Yes, I'm okay with that.

thelink2012 avatar Dec 30 '16 17:12 thelink2012