在 2025-03-06 15:26, Biswapriyo Nath 写道:
 From 23a11153b530e53010026285fb1d896b977418d6 Mon Sep 17 00:00:00 2001
From: Biswapriyo Nath<nathbap...@gmail.com>
Date: Thu, 6 Mar 2025 07:20:54 +0000
Subject: [PATCH] headers: Use proper header file for std::nullptr_t

This fixes the following compiler error in gecko/gfx/angle.

include/wrl/client.h:275:45: error: use of undeclared identifier 'std'
   275 |         bool operator==(const ComPtr<T> &a, std::nullptr_t) throw()
       |                                             ^
include/wrl/client.h:281:25: error: use of undeclared identifier 'std'
   281 |         bool operator==(std::nullptr_t, const ComPtr<T> &a) throw()
       |                         ^

Signed-off-by: Biswapriyo Nath<nathbap...@gmail.com>
---
  mingw-w64-headers/include/wrl/client.h | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

Thanks for the fix. Pushed now.



--
Best regards,
LIU Hao

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature

_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to