Replies: 1 comment 1 reply
-
What's the output of On Debian 11 x86-64, works fine for me: [~/muduo]$ g++ muduo/base/tests/Atomic_unittest.cc -I . -Wall
[~/muduo]$ ./a.out |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
我把Atomic.h单独拿出来测试, 提示‘__sync_val_fetch_and_add’ was not declared in this scope; did you mean ‘__sync_fetch_and_add’?
请问为何?g++9.4.0
Beta Was this translation helpful? Give feedback.
All reactions