Skip to content
Snippets Groups Projects
Commit 3b46c892 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

DRTVWR-558: Constrain LL::apply()'s use of std::apply().

Once std::apply() becomes available, 'using std::apply;' isn't correct because
the more general template tries to handle the apply(function, vector) case
that we explicitly implement below. Have to provide apply(function, tuple) and
apply(function, array) signatures that can forward to std::apply().
parent 7d1a3d70
No related branches found
No related tags found
2 merge requests!3Update to main branch,!2Rebase onto current main branch
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment