Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Nov 2018 19:56:56 +0000
From:      bugzilla-noreply@freebsd.org
To:        office@FreeBSD.org
Subject:   [Bug 232525] devel/boost-all: Update to 1.69.0 (currently, beta snapshot)
Message-ID:  <bug-232525-25061-UWCcEJpTcY@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-232525-25061@https.bugs.freebsd.org/bugzilla/>
References:  <bug-232525-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=3D232525

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

Author: jbeich
Date: Tue Nov 27 19:56:44 UTC 2018
New revision: 486056
URL: https://svnweb.freebsd.org/changeset/ports/486056

Log:
  games/freeorion: unbreak with boost 1.69 (post-Beta1)

  In file included from combat/CombatEvent.cpp:1:
  combat/CombatEvent.h:42:25: error: implicit instantiation of undefined
template 'std::__1::basic_string<char, std::__1::char_traits<char>,
std::__1::allocator<char> >'
      virtual std::string CombatLogDetails(int viewing_empire_id) const
                          ^
  /usr/include/c++/v1/iosfwd:193:32: note: template is declared here
      class _LIBCPP_TEMPLATE_VIS basic_string;
                                 ^
  In file included from combat/CombatEvent.cpp:1:
  combat/CombatEvent.h:43:14: error: implicit instantiation of undefined
template 'std::__1::basic_string<char, std::__1::char_traits<char>,
std::__1::allocator<char> >'
      { return std::string(""); }
               ^
  /usr/include/c++/v1/iosfwd:193:32: note: template is declared here
      class _LIBCPP_TEMPLATE_VIS basic_string;
                                 ^

  PR:           232525
  Obtained from:        upstream

Changes:
  head/games/freeorion/Makefile
  head/games/freeorion/distinfo

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-232525-25061-UWCcEJpTcY>