invoke-lite icon indicating copy to clipboard operation
invoke-lite copied to clipboard

Bring invoke lite to the level of other 'lite' projects

Open martinmoene opened this issue 4 years ago • 3 comments

Progress, continuation of this comment in #1:

  • [x] Add tests
  • [ ] Add benchmarks
    • [ ] nonstd::invoke
    • [ ] nonstd::apply
    • [ ] std::invoke
    • [ ] std::apply
  • [x] Add CI:
    • [x] Add GitHub Actions CI configuration
    • [x] Add Appveyor CI configuration
  • [x] Add demo pages
    • [x] Create Compiler Explorer page
    • [x] Create Wandbox page
  • [ ] Add Packaging,
    • [x] CMake
    • [ ] Create Conan PR
    • [ ] Create vcpkg PR
  • [ ] Complete Readme:
    • [x] Add example
    • [ ] Complete in a nutshell
    • [ ] Provide implementation status in table
    • [ ] Other implementations of invoke
    • [ ] Notes and references
    • [ ] Add Test specification
  • [ ] TBD

martinmoene avatar Oct 18 '21 12:10 martinmoene

I'm surprised std::tuple_size works with std::array and std::pair

pfeatherstone avatar Oct 23 '21 10:10 pfeatherstone

Yep, apparently it's in the standard. gosh

pfeatherstone avatar Oct 23 '21 10:10 pfeatherstone

Yeah, discovered it while thinking i would have to do work myself. It's also not entirely unexpected :)

martinmoene avatar Oct 23 '21 10:10 martinmoene