[PATCH] D54643: [libcxx] [test] Portability fix: add missing headers to unordered containers tests.

Louis Dionne via Phabricator reviews at reviews.llvm.org
Fri Nov 16 11:56:21 PST 2018


ldionne closed this revision.
ldionne added a comment.

Committed as r347085. Thanks!



================
Comment at: test/std/containers/unord/unord.multiset/unord.multiset.cnstr/assign_copy.pass.cpp:22
+#include <cmath>
+#include <algotithm>
 #include <cstddef>
----------------
Two things:
1. Typo
2. We like to order includes

I fixed those two things when I pushed the patch!


Repository:
  rCXX libc++

https://reviews.llvm.org/D54643





More information about the libcxx-commits mailing list