Date: Tue, 05 Dec 2017 21:21:08 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 224129] net-p2p/bitcoin: fails to build with boost 1.66 Message-ID: <bug-224129-13-cKPazTtWlI@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-224129-13@https.bugs.freebsd.org/bugzilla/> References: <bug-224129-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224129 --- Comment #1 from Jan Beich <jbeich@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() {=20=20 return 0; } --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-224129-13-cKPazTtWlI>