Changes between Initial Version and Version 3 of Ticket #60760


Ignore:
Timestamp:
Oct 2, 2020, 3:35:13 PM (4 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #60760

    • Property Cc chrstphrchvz added
  • Ticket #60760 – Description

    initial v3  
    99Optional is a C++ 17 feature so this port should use `compiler.cxx_standard 2017`.
    1010
    11 I don't see any `-std=c++17` flags in the build so the port shoudl also use `configure.cxxflags-append `-std=c++17`.
     11I don't see any `-std=c++17` flags in the build so the port shoudl also use `configure.cxxflags-append -std=c++17`.
    1212
    1313Note that ports that use "optional" will fail to build on 10.13 until https://github.com/macports/macports-base/pull/179  is merged, a new version of base is released, and the clang-9.0 port receives a revbump (see https://github.com/macports/macports-ports/pull/6971).