HomeFreeBSD

devel/mongo-cxx-driver: unbreak with boost 1.67

Description

devel/mongo-cxx-driver: unbreak with boost 1.67

src/mongo/client/command_writer.cpp:68:78: error: no member named 'next' in namespace 'boost'

const std::vector<WriteOperation*>::const_iterator next = boost::next(batch_iter);
                                                          ~~~~~~~^

src/mongo/util/net/message_port.h:34:38: error: expected class name
class AbstractMessagingPort : boost::noncopyable {

^

PR: 227427
Reported by: antoine (via exp-run)

Details

Provenance
jbeichAuthored on
Parents
rP467678: databases/mongodb34: unbreak with boost 1.67
Branches
Unknown
Tags
Unknown