[Bug 224129] net-p2p/bitcoin: fails to build with boost 1.66

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Dec 5 21:21:08 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224129

--- Comment #1 from Jan Beich <jbeich at FreeBSD.org> ---
It doesn't look like a Boost 1.66 issue given the following snippet builds
fine:

#include "boost/multi_index_container.hpp"
#include "boost/multi_index/ordered_index.hpp"
#include "boost/multi_index/hashed_index.hpp"
#include <boost/multi_index/sequenced_index.hpp>

#include <boost/signals2/signal.hpp>

int main()
{  
  return 0;
}

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list