Replies: 1 comment
-
can you share repro instructions on your build failure? Also this seems more suitable as an issue instead of discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I used gcc to compile the main in cachebench, it went wrong like:
/cachelib/allocator/nvmcache/NvmCache-inl.h:254:16: error: missing template arguments before ‘b’
254 | folly::Baton b;
/cachelib/allocator/nvmcache/NvmCache-inl.h:266:9: error: ‘b’ was not declared in this scope
266 | b.post();
|
Beta Was this translation helpful? Give feedback.
All reactions