Re: [Mingw-w64-public] clang shows compiler error with windows.ui.composition.h

2023-04-27 Thread Jacek Caban via Mingw-w64-public
On 4/26/23 22:30, Biswapriyo Nath wrote: The compiler error can be solved if DirectXAlphaMode is replaced with ABI::Windows::Graphics::DirectX::DirectXAlphaMode. I am not sure if this is an issue with widl generated header or an issue with clang and C++ standards. How can I troubleshoot this issu

[Mingw-w64-public] clang shows compiler error with windows.ui.composition.h

2023-04-26 Thread Biswapriyo Nath
While compiling google's angle project, I get the following error with clang. F:/msys64/clang64/include/windows.ui.composition.h:4919:30: error: ISO C++ forbids forward references to 'enum' types enum DirectXAlphaMode *value) = 0; ^ F:/msys64/cl