Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Jul 2018 19:42:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        office@FreeBSD.org
Subject:   [Bug 229569] devel/boost-all: Update to 1.68.0 (currently, Beta phase)
Message-ID:  <bug-229569-25061-CHX46HSJ55@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-229569-25061@https.bugs.freebsd.org/bugzilla/>
References:  <bug-229569-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=3D229569

--- Comment #5 from commit-hook@freebsd.org ---
A commit references this bug:

Author: jbeich
Date: Mon Jul  9 19:42:19 UTC 2018
New revision: 474295
URL: https://svnweb.freebsd.org/changeset/ports/474295

Log:
  net/kea: unbreak with boost 1.68

  libdhcp++.cc:420:24: error: call to 'distance' is ambiguous
              num_defs =3D distance(range.first, range.second);
                         ^~~~~~~~
  libdhcp++.cc:428:24: error: call to 'distance' is ambiguous
              num_defs =3D distance(range.first, range.second);
                         ^~~~~~~~
  libdhcp++.cc:537:24: error: call to 'distance' is ambiguous
              num_defs =3D distance(range.first, range.second);
                         ^~~~~~~~
  libdhcp++.cc:545:24: error: call to 'distance' is ambiguous
              num_defs =3D distance(range.first, range.second);
                         ^~~~~~~~
  libdhcp++.cc:637:31: error: call to 'distance' is ambiguous
              size_t num_defs =3D distance(range.first, range.second);
                                ^~~~~~~~
  libdhcp++.cc:743:35: error: call to 'distance' is ambiguous
                  size_t num_defs =3D distance(range.first, range.second);
                                    ^~~~~~~~
  /usr/include/c++/v1/iterator:511:1: note: candidate function [with _Input=
Iter
=3D
boost::multi_index::detail::hashed_index_iterator<boost::multi_index::detai=
l::hashed_index_node<boost::multi_index::detail::hashed_index_node<boost::m=
ulti_index::detail::index_node_base<boost::shared_ptr<isc::dhcp::OptionDefi=
nition>,
std::__1::allocator<boost::shared_ptr<isc::dhcp::OptionDefinition> > >,
boost::multi_index::detail::hashed_non_unique_tag>,
boost::multi_index::detail::hashed_non_unique_tag>,
boost::multi_index::detail::bucket_array<std::__1::allocator<boost::shared_=
ptr<isc::dhcp::OptionDefinition>
> >, boost::multi_index::detail::hashed_index_global_iterator_tag>]
  distance(_InputIter __first, _InputIter __last)
  ^
  /usr/local/include/boost/iterator/distance.hpp:49:9: note: candidate func=
tion
[with SinglePassIterator =3D
boost::multi_index::detail::hashed_index_iterator<boost::multi_index::detai=
l::hashed_index_node<boost::multi_index::detail::hashed_index_node<boost::m=
ulti_index::detail::index_node_base<boost::shared_ptr<isc::dhcp::OptionDefi=
nition>,
std::__1::allocator<boost::shared_ptr<isc::dhcp::OptionDefinition> > >,
boost::multi_index::detail::hashed_non_unique_tag>,
boost::multi_index::detail::hashed_non_unique_tag>,
boost::multi_index::detail::bucket_array<std::__1::allocator<boost::shared_=
ptr<isc::dhcp::OptionDefinition>
> >, boost::multi_index::detail::hashed_index_global_iterator_tag>]
          distance(SinglePassIterator first, SinglePassIterator last)
          ^

  PR:           229569

Changes:
  head/net/kea/files/patch-src_lib_dhcp_libdhcp++.cc

--=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-229569-25061-CHX46HSJ55>