[libcxx-commits] [libcxx] [libc++][chrono] implements UTC clock. (PR #90393)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jan 21 08:52:26 PST 2025
================
@@ -1840,7 +1840,7 @@ class _LIBCPP_HIDDEN __async_func {
tuple<_Fp, _Args...> __f_;
public:
- using _Rp = __invoke_result_t<_Fp, _Args...>;
+ using _Rp _LIBCPP_NODEBUG = __invoke_result_t<_Fp, _Args...>;
----------------
ldionne wrote:
That has been fixed on `main`.
https://github.com/llvm/llvm-project/pull/90393
More information about the libcxx-commits
mailing list