You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when make project, display this problem. my enviroment is centos 7.6_x64;
r/local/pgsql/include/internal -D_GNU_SOURCE -c -o src/server/kv_storage.o src/server/kv_storage.cc
In file included from /usr/include/c++/4.8.2/unordered_map:35:0,
from /usr/local/include/rocksdb/db.h:16,
from src/server/kv_storage.cc:26:
/usr/include/c++/4.8.2/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
The text was updated successfully, but these errors were encountered:
when make project, display this problem. my enviroment is centos 7.6_x64;
r/local/pgsql/include/internal -D_GNU_SOURCE -c -o src/server/kv_storage.o src/server/kv_storage.cc
In file included from /usr/include/c++/4.8.2/unordered_map:35:0,
from /usr/local/include/rocksdb/db.h:16,
from src/server/kv_storage.cc:26:
/usr/include/c++/4.8.2/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
The text was updated successfully, but these errors were encountered: