@@ -0,0 +1,8 @@
#include "pool.hpp"
int main() {
Queue<int> queue;
queue.push(1);
auto load = queue.pop();
}
The note is not visible to the blocked user.