[libcxx-commits] [libcxx] [libcxx] Avoid hash key in __hash_table::find() if no buckets yet. (PR #126837)
via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Feb 13 22:29:34 PST 2025
================
@@ -0,0 +1,70 @@
+#include <unordered_set>
+#include <string>
+#include <random>
+#include <vector>
+
----------------
xbcnn wrote:
oh, thanks very much @frederick-vs-ja
I'm wondering why there are 2 build bots failed.
Is `// UNSUPPORTED: c++03` a special flag to skip some bots?
And more, should I also add the `license header` to it?
https://github.com/llvm/llvm-project/pull/126837
More information about the libcxx-commits
mailing list