hof icon indicating copy to clipboard operation
hof copied to clipboard

Higher-order functions for c++

Results 61 hof issues
Sort by recently updated
recently updated
newest added

Perhaps add brackets to better show what is from tuple or vector.

review

Add some more adaptors for more complete combinatory logic: * B = compose * C = flip * K = always * W = ??? * S = ??? *...

I will suggest to start by using the existing configuration macros The examples I give are for Boost.Config BOOST_FIT_NO_EXPRESSION_SFINAE - BOOST_NO_SFINAE_EXPR BOOST_FIT_HAS_TEMPLATE_ALIAS - BOOST_NO_CXX11_TEMPLATE_ALIASES BOOST_FIT_HAS_RELAXED_CONSTEXPR - BOOST_NO_CXX14_CONSTEXPR There are others...

enhancement
review
document
code

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...