diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2021-11-02 11:31:47 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2021-11-02 11:31:47 -0400 |
commit | 95958bc8b2a5340bef93996f2ff0c04956bfb743 (patch) | |
tree | 1a953ea3dfe02d9b541ff55c0323473344f476aa /indra/llcommon/llstring.cpp | |
parent | 10692ab4a4f999e1ee302675e4ffb84f37a52643 (diff) |
SL-16207: Guess Microsoft compiler isn't smart about default params?
clang allows us to specify, as a default function parameter, an expression
involving a preceding parameter, e.g. (char* ptr, size_t len=strlen(ptr)). The
Microsoft compiler produces errors, requiring more overloads to address that.
Also #undef llstring.h's declaration helper macros at the bottom of the file.
Once we've used them to declare stuff, they need not (should not) be visible
to the consuming source file.
Diffstat (limited to 'indra/llcommon/llstring.cpp')
0 files changed, 0 insertions, 0 deletions