]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
include: xlist: Fix Clang error for missing string 19367/head
authorWillem Jan Withagen <wjw@digiware.nl>
Thu, 7 Dec 2017 00:21:56 +0000 (01:21 +0100)
committerWillem Jan Withagen <wjw@digiware.nl>
Thu, 7 Dec 2017 23:28:33 +0000 (00:28 +0100)
commitbeca358fb2b2dfecaf1c49d14a2da6d55457025c
tree7a3a02689e48dddaf7d4e5a989e57e18a3787d78
parent1d0238fb631b5905d44e034908ff467ddcd6b1ed
include: xlist: Fix Clang error for missing string

Clang complains:
home/jenkins/workspace/ceph-master/src/include/xlist.h:210:13: error: invalid operands to binary exp
ression ('std::ostream' (aka 'basic_ostream<char>') and 'const char *')
        oss << ", ";
        ~~~ ^  ~~~~
1 error generated.

include ostream to fix Clang error

Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
src/include/xlist.h