On Thu, Jul 04, 2002 at 06:24:39PM +0200, Lars Gullik Bjønnes wrote:
> These two shoule not be member functions, but regular functions
> instead:
I know. Was just a quick move..
> // inline perhaps?
Nah. Never inline without profiler data...
Andre'
--
Those who desire to give up Freedom in or
These two shoule not be member functions, but regular functions
instead:
bool InsetCommandParams::operator==(InsetCommandParams const & o) const
{
return cmdname == o.cmdname && contents == o.contents
&& options == o.options;
}
bool InsetCom