Changes between Initial Version and Version 1 of Ticket #45210, comment 46


Ignore:
Timestamp:
Jan 15, 2015, 4:30:13 PM (9 years ago)
Author:
michaelld (Michael Dickens)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #45210, comment 46

    initial v1  
    11From what I can gather, MacPorts Clang 3.6 returns "_LIBCPP_VERSION == 1101". So, not much use there for an endpoint.
     2
     3Update: I guess that's because when using --stdlib=libc++ the compiler uses port:libcxx ... so, the same _LIBCPP_VERSION no matter which compiler. Hmmmm...