diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-02-13 10:40:57 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-02-13 10:40:57 -0500 |
commit | cd7e0531c0928bc61f8c4a56ee4747f214100d3c (patch) | |
tree | cab12e98857312869c7a116dd12ead53afe9562c /indra/llui/llfocusmgr.cpp | |
parent | e974e2755a32f3475736011ad222ec86698dec43 (diff) |
Change ll_convert<TOTYPE>(string) to just ll_convert(string).
As a function parameter, an assignment expression or a `return` expression,
`ll_convert()` can infer its target type.
When it's important to specify the TOTYPE explicitly, rename the old
`ll_convert()` function template to `ll_convert_to()`. Fix existing usage.
Diffstat (limited to 'indra/llui/llfocusmgr.cpp')
0 files changed, 0 insertions, 0 deletions