[libcxx-commits] [PATCH] D101233: [libc++] Adds __utility/to_underlying.h.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Apr 25 04:26:05 PDT 2021


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

Thanks for the reviews.



================
Comment at: libcxx/include/__utility/to_underlying.h:2
+// -*- C++ -*-
+//===----------------- __utility_to_underlying.h --------------------------===//
+//
----------------
Quuxplusone wrote:
> This filename (on line 2, that is) doesn't seem quite right; is this libc++ style? I haven't checked.
It's indeed wrong. I've adjusted it.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D101233/new/

https://reviews.llvm.org/D101233



More information about the libcxx-commits mailing list