[libcxx-commits] [libcxx] [libc++][chrono] Loads leap-seconds.list in tzdb. (PR #82113)
Younan Zhang via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Aug 14 02:38:29 PDT 2024
https://github.com/zyn0217 commented:
Hi @mordante
I'm implementing CWG2369 for clang in https://github.com/llvm/llvm-project/pull/102857, and I'm running into errors locally with this patch. With my patch, GCC and Clang would reject the instantiation of `operator<=>` in `leap_second.h`, saying the requirement would depend on itself.
Can you take a look at it? Thanks
https://github.com/llvm/llvm-project/pull/82113
More information about the libcxx-commits
mailing list