diff options
author | Sergei Trofimovich <slyich@gmail.com> | 2021-12-01 22:06:15 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyich@gmail.com> | 2021-12-01 22:08:05 +0000 |
commit | c32a5f4d380daafc33d129a097a494e1af8d9600 (patch) | |
tree | c1047dac5a92f772a6bd4e4b067bcf3f086c3874 /maintainers/upload-release.pl | |
parent | 782837d9345b70023c682a177c074333d1cb7baa (diff) |
src/libutil/util.hh: fix build on gcc-11
Due to missing <atomic> declaration the build fails as:
src/libutil/util.hh:350:24: error: no match for 'operator||' (operand types are 'std::atomic<bool>' and 'bool')
350 | if (_isInterrupted || (interruptCheck && interruptCheck()))
| ~~~~~~~~~~~~~~ ^~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| | |
| std::atomic<bool> bool
Diffstat (limited to 'maintainers/upload-release.pl')
0 files changed, 0 insertions, 0 deletions