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
I build the project libprotobuf-mutator and encounter a problem like this:
[ 60%] Building CXX object src/CMakeFiles/mutator-test-proto.dir/mutator_test_proto3.pb.cc.o
In file included from /Users/wujiesong3/Desktop/afl-libprotobuf-mutator/build/src/mutator_test_proto3.pb.cc:4:
In file included from /Users/wujiesong3/Desktop/afl-libprotobuf-mutator/build/src/mutator_test_proto3.pb.h:24:
In file included from /usr/local/include/google/protobuf/io/coded_stream.h:134:
In file included from /usr/local/include/absl/strings/cord.h:78:
In file included from /usr/local/include/absl/container/inlined_vector.h:53:
In file included from /usr/local/include/absl/container/internal/inlined_vector.h:30:
In file included from /usr/local/include/absl/container/internal/compressed_tuple.h:40:
/usr/local/include/absl/utility/utility.h:164:12: error: no member named 'in_place_t' in namespace 'std'
using std::in_place_t;
~~~~~^
In file included from /Users/wujiesong3/Desktop/afl-libprotobuf-mutator/libprotobuf-mutator/src/text_format.cc:15:
In file included from /Users/wujiesong3/Desktop/afl-libprotobuf-mutator/libprotobuf-mutator/src/text_format.h:20:
In file included from /Users/wujiesong3/Desktop/afl-libprotobuf-mutator/libprotobuf-mutator/port/protobuf.h:20:
In file included from /usr/local/include/google/protobuf/any.pb.h:24:
In file included from /usr/local/include/google/protobuf/io/coded_stream.h:134:
In file included from /usr/local/include/absl/strings/cord.h:78:
In file included from /usr/local/include/absl/container/inlined_vector.h:53:
In file included from /usr/local/include/absl/container/internal/inlined_vector.h:30:
In file included from /usr/local/include/absl/container/internal/compressed_tuple.h:40:
/usr/local/include/absl/utility/utility.h:164:12: error: no member named 'in_place_t' in namespace 'std'
using std::in_place_t;
~~~~~^
Dose it have something to do with my c++ version, I use clang++ 14.0.0 as the compiler.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I build the project libprotobuf-mutator and encounter a problem like this:
Dose it have something to do with my c++ version, I use clang++ 14.0.0 as the compiler.
Beta Was this translation helpful? Give feedback.
All reactions