We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f141852 commit 6f6c936Copy full SHA for 6f6c936
1 file changed
section4/protobuf.cpp
@@ -6,8 +6,8 @@
6
//
7
// protoc --cpp_out=. sample.proto
8
9
-// g++ protobuf.cpp -std=c++11 -lprotobuf -o a.out;./a.out
10
-// g++ protobuf.cpp -std=c++14 -lprotobuf -o a.out;./a.out
+// g++ protobuf.cpp -std=c++11 -lprotobuf -lpthread -o a.out;./a.out
+// g++ protobuf.cpp -std=c++14 -lprotobuf -lpthread -o a.out;./a.out
11
12
#include <cassert>
13
0 commit comments