chad3814 / node-hashtable

Native hashtable interface for when V8 objects can't take the heat
MIT License
106 stars 41 forks source link

This will fix the build for macOS Sierra (OS X 10.12). #33

Closed crazyquark closed 7 years ago

crazyquark commented 7 years ago

In OS X 10.12 Apple dropped the tr1 folder for c++11 includes.

crazyquark commented 7 years ago

Fabrice's solution is better as it will work with future OS X versions as well: https://github.com/chad3814/node-hashtable/pull/31 I'll close this then.