Replies: 2 comments
|
can you share repro instructions on your build failure? Also this seems more suitable as an issue instead of discussion. |
0 replies
|
Closing this discussion as it has been inactive. If this is still relevant, then please create a new discussion post and we will get back to you as soon as we can. Thank you! |
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
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();
|
All reactions