diff options
author | Samuel Just <sjust@redhat.com> | 2021-09-01 23:44:14 +0200 |
---|---|---|
committer | Samuel Just <sjust@redhat.com> | 2021-09-01 23:44:14 +0200 |
commit | d8ce06fc049f1b97426cb4e69decd6750d280f7f (patch) | |
tree | 86ab05ba77a31acd5c33bcc0b9afc05bc4cb1f9e /src/doc/caching.txt | |
parent | Merge pull request #43004 from gregsfortytwo/wip-nodaemon (diff) | |
download | ceph-d8ce06fc049f1b97426cb4e69decd6750d280f7f.tar.xz ceph-d8ce06fc049f1b97426cb4e69decd6750d280f7f.zip |
crimson/os/seastore/lba_manager/btree/lba_btree: fix FTBFS on gcc 9
gcc-9 doesn't seem to consider interator nothrow move constructible with
the default move constructor implementation yielding the following build
failure:
m/el8/BUILD/ceph-17.0.0-7373-gfc349212/src/seastar/include/seastar/core/future.hh:584:58: error: static assertion failed: Types must be no-throw move constructible
584 | static_assert(std::is_nothrow_move_constructible<T>::value,
Signed-off-by: Samuel Just <sjust@redhat.com>
Diffstat (limited to 'src/doc/caching.txt')
0 files changed, 0 insertions, 0 deletions