[libcxx-commits] [PATCH] D101233: [libc++] Adds __utility/to_underlying.h.
Arthur O'Dwyer via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Apr 24 11:19:29 PDT 2021
Quuxplusone added subscribers: ldionne, Quuxplusone.
Quuxplusone accepted this revision as: Quuxplusone.
Quuxplusone added a comment.
Looks good to me. Please wait for at least one more reviewer, if not @ldionne himself, to OK it, though — I don't think it should be just me and yourself looking at this.
================
Comment at: libcxx/include/__utility/to_underlying.h:2
+// -*- C++ -*-
+//===----------------- __utility_to_underlying.h --------------------------===//
+//
----------------
This filename (on line 2, that is) doesn't seem quite right; is this libc++ style? I haven't checked.
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