diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2023-07-13 16:01:56 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2023-07-13 16:01:56 -0400 |
commit | 3b46c892719ced98cdb3265801cd5f62353b3ced (patch) | |
tree | 58a09378933e173e37876ee26276ac939e167f0a /indra/llcommon/llptrto.h | |
parent | 7d1a3d70373f2988510eccf7dd8f9bd2f6c2694a (diff) |
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().
Diffstat (limited to 'indra/llcommon/llptrto.h')
0 files changed, 0 insertions, 0 deletions