www.digitalmars.com         C & C++   DMDScript  

c++ - extern __inline

reply comeau panix.com (Greg Comeau) writes:
Most Windows compilers accept something such as:

  extern __inline void foo();

Is there any option to allow this with sc?
-- 
Greg Comeau   What's next: additional Windows backends and 'export'!
Comeau C/C++ ONLINE ==>     http://www.comeaucomputing.com/tryitout
World Class Compilers:  Breathtaking C++, Amazing C99, Fabulous C90.
Comeau C/C++ with Dinkumware's Libraries... Have you tried it?
Jan 14 2002
parent "Walter" <walter digitalmars.com> writes:
"Greg Comeau" <comeau panix.com> wrote in message
news:a1usd4$6kk$1 panix3.panix.com...
 Most Windows compilers accept something such as:

   extern __inline void foo();

 Is there any option to allow this with sc?
It works if you write it as: __inline void foo();
Jan 14 2002