Changes between Initial Version and Version 1 of Ticket #70373, comment 3


Ignore:
Timestamp:
Jul 17, 2024, 9:48:06 PM (2 months ago)
Author:
cooljeanius (Eric Gallager)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #70373, comment 3

    initial v1  
    22> The flags being used—`-std=gnu++11 -std=c++17 -std=gnu++11`—mean that C++11 mode (with GNU extensions) is being used whereas `make_unique` is a C++14 feature.
    33
    4 Hm, the port already sets:
     4Hm, the ports both already set:
    55{{{
    66compiler.cxx_standard 2017
    77}}}
    8 ...so I wonder why the build system doesn't respect that?
     8...so I wonder why their build systems don't respect that?