diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-04-03 11:07:36 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-04-03 11:07:36 -0400 |
commit | 3b25bc10febc84f10348715dabc9590458923c0b (patch) | |
tree | 4ae1e4aacf9f89198186b89ba4184ad6af5aa236 /indra/llcommon/CMakeLists.txt | |
parent | 7049485ebd0b997a097c12e094425d58db56e043 (diff) |
Make ll_convert() and ll_convert_to() use std::decay_t on arg type.
Among other things, this empowers ll_convert() and ll_convert_to() to accept a
string literal (which might contain non-ASCII characters, e.g. __FILE__).
Without this, even though we have ll_convert_impl specializations accepting
const char*, passing a string literal fails because the compiler can't find a
specialization specifically accepting const char[length].
Diffstat (limited to 'indra/llcommon/CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions