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
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