[libcxx-commits] [PATCH] D77505: [libc++] Implement <numbers>
Marek Kurdej via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu May 28 15:25:40 PDT 2020
curdeius added inline comments.
================
Comment at: libcxx/test/std/numerics/numbers/specialize.pass.cpp:14
+
+// We are testing if template instatiation works. Don't care if the result is unused.
+#if defined(__clang__)
----------------
Typo: instantiations.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77505/new/
https://reviews.llvm.org/D77505
More information about the libcxx-commits
mailing list