diff options
author | David Green <david.green@arm.com> | 2024-01-29 12:33:32 +0000 |
---|---|---|
committer | David Green <david.green@arm.com> | 2024-01-29 12:33:32 +0000 |
commit | ec8c8b6487d53b2c3222f1a2f8968e754b070912 (patch) | |
tree | 356fcaf2c5f4105553375f01f137a86d0c2494fc /lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.h | |
parent | febb4c42b192ed7c88c17f91cb903a59acf20baf (diff) | |
download | llvm-ec8c8b6487d53b2c3222f1a2f8968e754b070912.zip llvm-ec8c8b6487d53b2c3222f1a2f8968e754b070912.tar.gz llvm-ec8c8b6487d53b2c3222f1a2f8968e754b070912.tar.bz2 |
[Flang] Remove constexpr from isMax variable. NFC
The MSCV build doesn't allow the constexpr isMax variable to be used in lambda
without a capture. The -Weverything build does not allow isMax to be used in a
lambda capture as it is a constexpr. I've removed the constexpr as it shouldn't
be necessary.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.h')
0 files changed, 0 insertions, 0 deletions