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 852 - Shiboken recognizes dereference operator overload as times operator overload.
: Shiboken recognizes dereference operator overload as times operator overload.
Status: CLOSED DUPLICATE of bug 851
Product: PySide
Classification: Unclassified
Component: Shiboken
: 1.0.1
: All Linux
: P5 normal
Assigned To: Marcelo Lira
:
:
:
  Show dependency treegraph
 
Reported: 2011-05-09 20:42 EEST by Hugo Parente Lima
Modified: 2011-06-22 20:25 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:59 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
Bugzilla is always getting my submits twice :-/

*** This bug has been marked as a duplicate of bug 851 ***
Comment 2 renato filho 2011-06-22 20:25:22 EEST
release 1.0.4