]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
support Boost 1.57.0 3537/head
authorPetr Machata <pmachata@redhat.com>
Thu, 29 Jan 2015 17:15:02 +0000 (10:15 -0700)
committerKen Dreyer <kdreyer@redhat.com>
Thu, 29 Jan 2015 20:24:59 +0000 (13:24 -0700)
commit85717394c33137eb703a7b88608ec9cf3287f67a
tree66174cbcb15daa7f375ae30d23138809a3f04ae6
parent880f94895f919ba153d8f6a2ba6f17535df5d9e9
support Boost 1.57.0

Sometime after 1.55, boost introduced a forward declaration of
operator<< in optional.hpp. In 1.55 and earlier, when << was used
without the _io having been included, what got dumped was an implicit
bool conversion.

http://tracker.ceph.com/issues/10688 Refs: #10688
Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
src/common/map_cacher.hpp
src/include/encoding.h
src/os/DBObjectMap.h
src/osd/ECBackend.cc
src/osd/ECBackend.h
src/osd/ECTransaction.cc
src/osd/ECTransaction.h
src/osd/ReplicatedPG.h
src/osd/osd_types.h