I am trying to use RocksDB on MacOS, with Xcode. I met a strange problem like below
Xcode reported that ;
is missing, but it is there. The code comes from rocksdb without any modification, so it is strange that there is an error.
Update
I enabled C++ 11 as following: