PySide Bugzilla Closed for New Bugs

PySide is now a Qt Add-on and uses the Qt Project's JIRA Bug Tracker instead of this Bugzilla instance. This Bugzilla is left for reference purposes.

Bug 851 - Shiboken recognizes dereference operator overload as times operator overload.
: Shiboken recognizes dereference operator overload as times operator overload.
Status: CLOSED FIXED
Product: PySide
Classification: Unclassified
Component: Shiboken
: 1.0.1
: All Linux
: P4 normal
Assigned To: Hugo Parente Lima
:
:
:
  Show dependency treegraph
 
Reported: 2011-05-09 20:42 EEST by Hugo Parente Lima
Modified: 2011-05-26 17:03 EEST (History)
8 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hugo Parente Lima 2011-05-09 20:42:47 EEST
Example code.

struct Foo {
   // dereference operator
   int operator*() const { return 5; }
   // times operator
   // int operator*(int bar) const { return 5*bar; }
};
Comment 1 Hugo Parente Lima 2011-05-09 20:43:56 EEST
*** Bug 852 has been marked as a duplicate of this bug. ***
Comment 2 Hugo Parente Lima 2011-05-17 02:54:35 EEST
Fixed in commit:
apiextractor/f6cfe3e0d2ed26abaa4cdc9ee95ad1e851111da6
unti test in commit
shiboken/233cb648e3ad515ea95edeb92f1d99ecb4111b6b
Comment 3 renato filho 2011-05-26 17:03:57 EEST
PySide release 1.0.3