Re: C++ runtime library selection via -stdlib=libstdc++/libc++ (WIP)

2017-11-09 Thread René J . V . Bertin
On Thursday November 09 2017 17:41:39 Joseph Myers wrote: >Your __APPLE__ conditional would appear to condition something on whether >the *host* is an Apple system. If you wish to change the default for Evidently. As I said, there are a number of settings that will (probably) need to be deter

C++ runtime library selection via -stdlib=libstdc++/libc++ (WIP)

2017-11-09 Thread René J . V . Bertin
Hi, A while back I filed a feature request for a build option to use the libc++ runtime, with a mostly PoC patch attached. Such a feature would increase GCC's usability on platforms like Apple's OS for Mac, but possibly on FreeBSD too. (And if it's technically possible to use Microsoft's runtim