Barrett Adair
Barrett Adair
I know you've got a lot on your plate right now, but I just wanted to run this idea by you. I think Fit is the perfect library candidate to...
I thought of a potential Fit feature today when browsing [this r/cpp thread](https://www.reddit.com/r/cpp/comments/4b7zfe/a_possible_c_standard_proposal_on_overloading/). It would be nice sometimes to write the same function for all function qualifier overloads, especially for...
Have you considered this already? This way, unpeek() would be automatic.
Sigh. This isn't easy to fix, but it also shouldn't affect anyone's real-world code.
from http://lists.boost.org/Archives/boost/2017/04/234173.php
from http://lists.boost.org/Archives/boost/2017/04/234167.php
from http://lists.boost.org/Archives/boost/2017/04/234167.php also http://lists.boost.org/Archives/boost/2017/04/234190.php
> apply_member_pointer seems to be trying to do too much. I can get a pointer to member data of any type, unless that data member is itself a pointer to...
> I would've expected a make_fn and make_mem_fn function, with which one could construct a type from a return type and an std::tuple of the arguments. That can be easily...