[Bug 232525] devel/boost-all: Update to 1.69.0 (currently, develop snapshot)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Oct 22 20:31:47 UTC 2018


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

--- Comment #12 from commit-hook at freebsd.org ---
A commit references this bug:

Author: jbeich
Date: Mon Oct 22 20:31:03 UTC 2018
New revision: 482790
URL: https://svnweb.freebsd.org/changeset/ports/482790

Log:
  games/wesnoth: unbreak with boost 1.69

  src/units/frame.cpp:463:53: error: no viable conversion from 'const
boost::tribool' to 'bool'
                  v.emplace_back("auto_vflip=" +
utils::bool_string(auto_vflip_));
                                                                    ^~~~~~~~~~~
  src/serialization/string_utils.hpp:282:36: note: passing argument to
parameter 'value' here
  std::string bool_string(const bool value);
                                     ^
  src/units/frame.cpp:467:53: error: no viable conversion from 'const
boost::tribool' to 'bool'
                  v.emplace_back("auto_hflip=" +
utils::bool_string(auto_hflip_));
                                                                    ^~~~~~~~~~~
  src/serialization/string_utils.hpp:282:36: note: passing argument to
parameter 'value' here
  std::string bool_string(const bool value);
                                     ^
  src/units/frame.cpp:471:56: error: no viable conversion from 'const
boost::tribool' to 'bool'
                  v.emplace_back("primary_frame=" +
utils::bool_string(primary_frame_));
                                                                      
^~~~~~~~~~~~~~
  src/serialization/string_utils.hpp:282:36: note: passing argument to
parameter 'value' here
  std::string bool_string(const bool value);
                                     ^
  src/units/frame.cpp:775:13: error: no viable conversion from
'boost::logic::tribool' to 'const bool'
          const bool primary = result.primary_frame == true ||
boost::logic::indeterminate(result.primary_frame);
                     ^        
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  PR:           232525

Changes:
  head/games/wesnoth/files/patch-boost-1.69

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


More information about the freebsd-office mailing list