[Bug 227427] devel/boost-all: Update to 1.67.0

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Apr 18 10:18:33 UTC 2018


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

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

Author: jbeich
Date: Wed Apr 18 10:17:35 UTC 2018
New revision: 467699
URL: https://svnweb.freebsd.org/changeset/ports/467699

Log:
  devel/RStudio: unbreak with boost 1.67

  src/cpp/core/DateTime.cpp:68:26: error: no matching conversion for
functional-style cast from 'double' to 'boost::posix_time::seconds'
     return time_t_epoch + seconds(sec);
                           ^~~~~~~~~~~
  /usr/local/include/boost/date_time/posix_time/posix_time_duration.hpp:53:30:
note: candidate constructor (the implicit copy constructor) not viable: no
known conversion from 'double' to 'const boost::posix_time::seconds' for 1st
argument
    class BOOST_SYMBOL_VISIBLE seconds : public time_duration
                               ^
  /usr/local/include/boost/date_time/posix_time/posix_time_duration.hpp:58:37:
note: candidate template ignored: disabled by 'enable_if' [with T = double]
            typename boost::enable_if<boost::is_integral<T>, void>::type* = 0)
:
                                      ^

  PR:           227427
  Reported by:  antoine (via exp-run)

Changes:
  head/devel/RStudio/Makefile
  head/devel/RStudio/files/patch-boost-1.67

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


More information about the freebsd-office mailing list