mirror of https://github.com/lukechilds/node.git
Browse Source
Mac OSX 10.9 has switched to using libc++ by default. libc++ provides a C++11 <type_traits> implementation, so we only need to use the TR1 version when targetting OSX 10.8 or 10.7. PR-URL: https://github.com/nodejs/node/pull/7778 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>v6.x
Ehsan Akhgari
9 years ago
committed by
cjihrig
1 changed files with 7 additions and 2 deletions
Loading…
Reference in new issue