Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Apr 2018 17:05:39 +0000
From:      bugzilla-noreply@freebsd.org
To:        office@FreeBSD.org
Subject:   [Bug 227553] editors/openoffice-4 and editors/openoffice-devel: fail to build with boost 1.67
Message-ID:  <bug-227553-25061-qbrbRJTUod@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-227553-25061@https.bugs.freebsd.org/bugzilla/>
References:  <bug-227553-25061@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=3D227553

Don Lewis <truckman@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |truckman@FreeBSD.org

--- Comment #2 from Don Lewis <truckman@FreeBSD.org> ---
Something like this should work:

#include <boost/version.h>
#if BOOST_VERSION < 106700
#include <boost/utility.hpp>
#else
#include <boost/next_prior.hpp>
#endif

--=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-227553-25061-qbrbRJTUod>