Fixed compiling bug ('unordered_map' file not found) under Apple.

I must enable the following CXX Flags to made a successfully build under Mac OS X:

-std=c++11 -stdlib=libc++


使用xcode 4, xcode 5创建static library时,需要查找CXX Flag,把GNUC++11设成Compiler Default(有两个地方)



你可能感兴趣的:(Fixed compiling bug ('unordered_map' file not found) under Apple.)