Changes between Initial Version and Version 1 of Ticket #53634, comment 8


Ignore:
Timestamp:
May 12, 2017, 3:06:26 PM (7 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #53634, comment 8

    initial v1  
    99}}}
    1010
    11 `ImplyVCPPCXXVer = true` leads to a block of code later down that sets a standard language on Windows. So far, this would seem to me to be the most likely place to add in a default c++ language standard, if a suitable test for darwin && stdlib=macports-libsdtc++ could be generated.
     11`ImplyVCPPCXXVer = true` leads to a block of code later down that sets a standard language on Windows.
     12
     13So far, this would seem to me to be the most likely place to add in a default c++ language standard, if a suitable test for darwin && stdlib=macports-libsdtc++ could be generated. A workaround such as the one that is done for MSVC could be similarly implemented for macports-libstdc++.
     14
     15I guess the real question is whether this is a good plan right now. gcc has moved it's default standard, but clang so far has not.