Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add <mstd_tuple> and ARMC5 <tuple> #11265

Merged
merged 3 commits into from
Aug 28, 2019
Merged

Add <mstd_tuple> and ARMC5 <tuple> #11265

merged 3 commits into from
Aug 28, 2019

Commits on Aug 27, 2019

  1. Add <mstd_tuple> and ARMC5 <tuple>

    tuples will be useful for things like `mbed::Event` and
    `mbed::Callback` - storing parameter packs from variadic templates.
    
    Create a C++14(ish) `<tuple>` for ARMC5, and a `<mstd_tuple>` that
    adds `apply` and `make_from_tuple` from C++17.
    kjbracey committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    d45e3b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3664912 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b4859c View commit details
    Browse the repository at this point in the history