[libc-commits] [PATCH] D136294: [libc] Add cpp::byte

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Oct 19 15:06:15 PDT 2022


sivachandra added inline comments.


================
Comment at: libc/src/__support/CPP/byte.h:1
+//===-- A self contained equivalent of byte ----------------*- C++ -*-===//
+//
----------------
Should this be in a file named `cstddef.h`?


================
Comment at: libc/src/__support/CPP/byte.h:12
+
+#include <stddef.h> // For size_t.
+namespace __llvm_libc::cpp {
----------------
Is `size_t` used in this file?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136294



More information about the libc-commits mailing list