]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: Clang does not (yet) support std::map::merge 21211/head
authorWillem Jan Withagen <wjw@digiware.nl>
Sun, 1 Apr 2018 12:34:48 +0000 (14:34 +0200)
committerKefu Chai <kchai@redhat.com>
Sat, 7 Apr 2018 05:25:22 +0000 (13:25 +0800)
commit3263b90e1f6cc0816495ed6bfb9f324852307dd1
tree41894dd34bcff377259e5f26875e59bfdc5023ff
parent2e45598d8a9e6ec86883e1a34515c165fe406951
mds: Clang does not (yet) support std::map::merge

@tchaikov found:
    libc++ still does not support "Splicing Maps and Sets",
    see https://libcxx.llvm.org/cxx1z_status.html ,
    search for "p0083r3" .

Make this case the more explicit coded.

Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
src/mds/OpenFileTable.cc