diff --git a/binding.gyp b/binding.gyp index 84e5c19..2e54d12 100644 --- a/binding.gyp +++ b/binding.gyp @@ -3,10 +3,10 @@ { "target_name": "native", "sources": ["src/native.cc", "src/LRUCache.cc"], - "cflags": [ "-std=c++0x", "-O2" ], + "cflags": [ "-std=c++11", "-O2" ], "include_dirs" : [ " -#define unordered_map std::tr1::unordered_map -#else #include #define unordered_map std::unordered_map -#endif class LRUCache : public Nan::ObjectWrap {