fu icon indicating copy to clipboard operation
fu copied to clipboard

Functional Utilities for C++

Results 2 fu issues
Sort by recently updated
recently updated
newest added

Not even multary needs to own the function it operates on. However, gcc seems unable to realize this in constexpr's possibly due to this: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55993

Fu requires at least clang 3.5 to compile, but I haven't been able to thus far get the installation right on travis ci. This is definitely important to do as...

help wanted
travis-ci