wuying225 / softart

Automatically exported from code.google.com/p/softart
Other
0 stars 0 forks source link

Find overloads of assignment will report a false 'empty' assertion. #168

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Description:
  Assignment overloads is filerated out from find_overloads.
  And find overloads called 'collapse vector1 overloads' which removes some 'v1=s' or 's=v1' prototypes by mistake.

Original issue reported on code.google.com by wuye9036 on 13 Mar 2012 at 6:58

GoogleCodeExporter commented 9 years ago

Original comment by wuye9036 on 13 Mar 2012 at 6:58

GoogleCodeExporter commented 9 years ago

Original comment by wuye9036 on 13 Mar 2012 at 6:59

GoogleCodeExporter commented 9 years ago
This issue was updated by revision 9ceecaf6d9ba.

SASL:
  Extract unfilterated overloads finder to find_overloads_impl.
  Fixed bug that find_assign_overloads uses filtered overload functions incorrectly.

Original comment by wuye9036 on 13 Mar 2012 at 7:06

GoogleCodeExporter commented 9 years ago

Original comment by wuye9036 on 13 Mar 2012 at 7:17