c++ - extern __inline
- comeau panix.com (Greg Comeau) (8/8) Jan 14 2002 Most Windows compilers accept something such as:
- Walter (4/7) Jan 14 2002 It works if you write it as:
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
"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