[libcxx-commits] [PATCH] D133490: [libc++] Fix compilation error on platforms that don't implement std::tm
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Sep 8 07:57:23 PDT 2022
ldionne marked an inline comment as done.
ldionne added inline comments.
================
Comment at: libcxx/include/__chrono/convert_to_tm.h:15
#include <__config>
#include <ctime>
----------------
jloser wrote:
> Since we're taking the `tm` type as a template argument, we never explicitly mention `std::tm` now. Therefore, we should be able to remove this include, right?
Yes, that sounds right.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133490/new/
https://reviews.llvm.org/D133490
More information about the libcxx-commits
mailing list