Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: swift/swift
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: swift/swift
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: swift-4.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Jan 22, 2019

  1. Don't assume that tribool has an implicit bool conversion

    In boost 1.68.0 the conversion is implicit, but in 1.69.0 it's
    explicit and we must explicitly call it.
    
    Change-Id: I24eb78be7510c89b88342d28c539cad4977f99fd
    brucestephens authored and intosi committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    a21993d View commit details
    Browse the repository at this point in the history
  2. Avoid deprecated boost endianess include

    As of Boost 1.69.0, boost/detail/endian.h is deprecated in favour of
    boost/predef/other/endian.h, and BOOST_(LITTLE|BIG)_ENDIAN by
    BOOST_ENDIAN_(LITTLE|BIG)_BYTE.
    
    Test-Information:
    
    Unit tests pass on Debian 9
    
    Change-Id: If7076c559a4e35219ff97603f50b80cfbe05b29b
    Miroslaw Stein authored and intosi committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    bb3bd8a View commit details
    Browse the repository at this point in the history
Loading