[libcxx-commits] [PATCH] D77505: [libc++] Implement <numbers>

Raul Tambre via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jun 10 12:13:55 PDT 2020


tambre marked an inline comment as done.
tambre added a comment.

Hopefully I've managed to address the comments correctly this time around.



================
Comment at: libcxx/test/std/numerics/numbers/specialize.pass.cpp:15
+#if defined(__clang__)
+#pragma clang diagnostic ignored "-Wunused-variable"
+#endif
----------------
ldionne wrote:
> Indentation:
> 
> ```
> #if ...
> #   pragma ...
> #endif
> ```
Unfortunately clang-format doesn't agree and will try to revert the indentation. Fixed manually.


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