
24 Mar
2017
24 Mar
'17
6:37 p.m.
Paul A. Bristow wrote:
I am trying to check code that works on VS2015 update 3 and GCC 6.3.0 using Clang 4.0.0 ... Following suggestions in this thread, I have added -Wno-invalid-token-paste http://clang-developers.42468.n3.nabble.com/invalid-token-paste-td4025526.ht...
You could try disabling Clang's MS mode with -fno-ms-compatibility and see if that helps.