Re: [fpc-pascal] Virtual inline methods

2011-08-18 Thread Darius Blaszyk
Thanks all for the information. I will have a read to understand the backgrounds better. Darius On Aug 18, 2011, at 5:16 PM, Vincent Snijders wrote: > 2011/8/18 : >> >> I'm porting a piece of code from C++ and there they use virtual inline >> methods. I tried it in FPC but it accepts either v

Re: [fpc-pascal] Virtual inline methods

2011-08-18 Thread Vincent Snijders
2011/8/18 : > > I'm porting a piece of code from C++ and there they use virtual inline > methods. I tried it in FPC but it accepts either virtual OR inline methods. > Is this a bug, or a feature that I don't understand enough about? At first I didn't understand how a virtual function can be inlin

Re: [fpc-pascal] Virtual inline methods

2011-08-18 Thread Jonas Maebe
On 18 Aug 2011, at 17:08, > wrote: I'm porting a piece of code from C++ and there they use virtual inline methods. I tried it in FPC but it accepts either virtual OR inline methods. Is this a bug, or a feature that I don't understand enough about? FPC cannot inline virtual methods under

Re: [fpc-pascal] Virtual inline methods

2011-08-18 Thread michael . vancanneyt
On Thu, 18 Aug 2011, dhkblas...@zeelandnet.nl wrote: ZeelandNet Webmail I'm porting a piece of code from C++ and there they use virtual inline methods. I tried it in FPC but it accepts either virtual OR inline methods. Is this a bug, or a feature that I don't understand enough about? You

[fpc-pascal] Virtual inline methods

2011-08-18 Thread dhkblaszyk
ZeelandNet Webmail I'm porting a piece of code from C++ and there they use virtual inline methods. I tried it in FPC but it accepts either virtual OR inline methods. Is this a bug, or a feature that I don't understand enough about? Regards, Darius __