K 10 svn:author V 6 jbeich K 8 svn:date V 27 2018-04-18T06:39:11.228122Z K 7 svn:log V 523 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::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) END