Changes between Version 2 and Version 3 of Ticket #67324, comment 2


Ignore:
Timestamp:
May 2, 2023, 1:23:47 PM (13 months ago)
Author:
sambthompson (Sam Thompson)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #67324, comment 2

    v2 v3  
    1 Found this issue as well when rebuilding mkvtoolnix after the changes discussed in ticket:69895. Relates to a bug fix applied to clang-16 and later, discussed here: https://github.com/llvm/llvm-project/issues/50055
     1Found this issue as well when rebuilding mkvtoolnix after the changes discussed in ticket:65895. Relates to a bug fix applied to clang-16 and later, discussed here: https://github.com/llvm/llvm-project/issues/50055
    22
    33Fixed it by cherry-picking this commit https://github.com/boostorg/numeric_conversion/commit/50a1eae942effb0a9b90724323ef8f2a67e7984a to the boost176 installation, found on Boost's version of this issue at https://github.com/boostorg/mpl/issues/69. This fix didn't land until Boost 1.81, so probably needs application to versions 1.77 thru 1.80 as well if clang16 support is wanted for these earlier versions.