Changes between Version 1 and Version 2 of Ticket #68920, comment 10


Ignore:
Timestamp:
Dec 18, 2023, 7:19:53 PM (6 months ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #68920, comment 10

    v1 v2  
    1 If the fix in https://trac.macports.org/ticket/68920#comment:7 works that would be desirable... seems like boost will have to fix this officially very shortly, and that looks like the fix they will probably use.
     1If the fix in https://trac.macports.org/ticket/68920#comment:7 works that would be desirable...
    22
    3 Is{{{-Wno-enum-constexpr-conversion}}} accepted by all the compilers macports supports that could be used here? Have to check (gcc-7+, clang-11+, I guess).
    4 
    5 (This is part of the trouble we have upgrading our default compilers to the absolute latest ones before the world has caught up. On my own systems, I often hang them back a bit.)
     3We could supress the warning if {{{-Wno-enum-constexpr-conversion}}} accepted by the compilers macports supports that could be used here.