diff options
author | Dimitry Andric <dimitry@andric.com> | 2024-02-05 17:41:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-05 17:41:12 +0100 |
commit | 1ec252298925de50b27930c557ba9de3cc397afe (patch) | |
tree | d3b9d85bcf184926feed2c2e141bb20aad25eb85 /lldb/source/Commands/CommandObjectScript.cpp | |
parent | 29d47513b3ce706b5df66409170e40ba39f3795a (diff) | |
download | llvm-1ec252298925de50b27930c557ba9de3cc397afe.zip llvm-1ec252298925de50b27930c557ba9de3cc397afe.tar.gz llvm-1ec252298925de50b27930c557ba9de3cc397afe.tar.bz2 |
[libc++] Rename __bit_reference template parameter to avoid conflict (#80661)
As of 4d20cfcf4eb08217ed37c4d4c38dc395d7a66d26, `__bit_reference`
contains a template `__fill_n` with a bool `_FillValue` parameter.
Unfortunately there is a relatively widely used piece of scientific
software called NetCDF, which exposes a (C) macro `_FillValue` in its
public headers.
When building the NetCDF C++ bindings, this quickly leads to compilation
errors when the macro interferes with the template in `__bit_reference`.
Rename the parameter to `_FillVal` to avoid the conflict.
Diffstat (limited to 'lldb/source/Commands/CommandObjectScript.cpp')
0 files changed, 0 insertions, 0 deletions