chevron-thin-right chevron-thin-left brand cancel-circle search youtube-icon google-plus-icon linkedin-icon facebook-icon twitter-icon toolbox download check linkedin phone twitter-old google-plus facebook profile-male chat calendar profile-male
0 votes
I just cound this library, and it's incredibly useful, however it is causing major issues when using LLVM (i.e. Clang for Windows). The problem code is points to is line 124 in isolator.h, which contains an anonymous struct with member functions. This compiled just fine with MSVC, but when I switch to clang it gives me the following error:

functions cannot be declared in an anonymous struct

Is there something I need to change in my compiler settings to suppress this, or is there some other workaround to get it compile?
asked by fcorso2016 (600 points)

1 Answer

0 votes
Hi friend,

At the moment, Typemock Isolator++ doesn't support Clang for Windows, but it is part of our future plans. Unfortunately, we do not have a specific timeline to share with you just yet.
answered by Erel_TypeMock (2.6k points)
...