Re: [cfe-users] Clang Sizeof give diff value for Microsoft and Linux

2021-02-17 Thread Vivek Pandey via cfe-users
I think Clang, on/for windows, should give a compile time flag/option that can be used to control it (A flag when set make compile-time operator like sizeoff to behave like MSVC or non-MSVC) As in the current form it is breaking building of cross-platform application. With C++11 onward many th

Re: [cfe-users] Clang Sizeof give diff value for Microsoft and Linux

2021-02-17 Thread David Blaikie via cfe-users
On Wed, Feb 17, 2021 at 12:08 AM Vivek Pandey < vivek.pan...@tallysolutions.com> wrote: > I think Clang, on/for windows, should give a compile time flag/option that > can be used to control it (A flag when set make compile-time operator like > sizeoff to behave like MSVC or non-MSVC) > But that w