[CLN-list] const cl_LF operator- (const cl_LF& x, const cl_LF& y)

zhaoxinjian zhaoxinjian at mailedu.icst.pku.edu.cn
Sat Mar 29 13:45:24 CET 2008


Hi,
    I find that the function ( const cl_LF operator- (const cl_LF& x, const cl_LF& y) ) in cl_LF.h and in cl_LF_2mimus.cc is different!
   In cl_LF.h:
   inline const cl_LF operator- (const cl_LF& x, const cl_LF& y)  \
  {         \
  return LF_LF_minus_LF(x,y);     \
  } 
  In cl_LF_2mimus.cc :
  const cl_LF operator- (const cl_LF& x1, const cl_LF& x2)
  { GEN_LF_OP2(x1,x2,LF_LF_minus_LF,return) }

  }  // namespace cln 
  Is it wrong? And Why?
                                                                                                                                           Xinjian Zhao
 
2008-03-29 



zhaoxinjian 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.cebix.net/pipermail/cln-list/attachments/20080329/a38f35cd/attachment.htm 


More information about the CLN-list mailing list