[libcxx-commits] [PATCH] D140673: [libc++] Granularize <type_traits> includes in <algorithm>

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Feb 11 11:48:03 PST 2023


philnik added inline comments.


================
Comment at: libcxx/test/std/numerics/bit/bit.endian/endian.pass.cpp:20
 
-#include "test_macros.h"
-
 int main(int, char**) {
     static_assert(std::is_enum<std::endian>::value, "");
----------------
Mordante wrote:
> All these changes are unrelated to this patch, right?
Yes. Not sure why they are here.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140673



More information about the libcxx-commits mailing list