diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2023-01-24 13:34:42 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2023-07-13 12:49:39 -0400 |
commit | d2738b60e2dfa255e504247f2b5009bc1dc24954 (patch) | |
tree | e594d5a46d6eb50288b9b8d7062887836cbc503c /indra/llcommon/lleventdispatcher.h | |
parent | 7c79d7a7d4d5cb1e39293cdc98fd972be5bd3012 (diff) |
DRTVWR-558: Fix const-ness glitch in LL::apply(func, tuple)
std::get<I>(const tuple) injects const into the type of each returned tuple
element. Need to get a non-const ref to the tuple param to get the true type.
(cherry picked from commit 6dda39065d3ee231998cb8a2896f94e8a45c9a82)
Diffstat (limited to 'indra/llcommon/lleventdispatcher.h')
0 files changed, 0 insertions, 0 deletions