This is the mail archive of the cygwin-developers mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: __CRT_INLINE and C++


On Mon, Sep 07, 2009 at 05:28:30AM +0000, Sandeep Patel wrote:
>__CRT_INLINE is 'extern inline' for C, but just 'inline' for C++.
>
>This breaks recent MinGW builds of LLVM because the LLVM build checks
>it's built library dependencies for cycles. Cycles are introduced if
>the C++ compiler is free to define an out-of-line version of a
>function such as 'isalnum'.
>
>Is there a reason it's not 'extern inline' for C++? If not, can we change it?

"We" can't change it.  It's a MinGW thing.  You have to ask the folks at
mingw.org about MinGW issues.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]