Closed cuyler closed 8 years ago
This patch adds changes to the leveldb port_env to account for the C++11 changes in El Capitan. It fixes the problem of not being able to find the unordered_map, as it has moved.
time series is reverting to Riak 2.1 leveldb. Eliminates unused C++11 feature. Was dead code.
Patch build_deps.sh with "2.1.2" for leveldb version, erase leveldb directory, rebuild.
This patch adds changes to the leveldb port_env to account for the C++11 changes in El Capitan. It fixes the problem of not being able to find the unordered_map, as it has moved.