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 | |
| 13 | 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. A workaround such as the one that is done for MSVC could be similarly implemented for macports-libstdc++. |
| 14 | |
| 15 | I 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. |