[Uml-devel] [Bug 95082] New: error importing c++ code

Jose N Hinckel hinckel at dem.inpe.br
Mon Dec 13 08:44:05 UTC 2004


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
        
http://bugs.kde.org/show_bug.cgi?id=95082        
           Summary: error importing c++ code
           Product: umbrello
           Version: unspecified
          Platform: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: umbrello-devel.kde.org
        ReportedBy: hinckel dem inpe br


Version:           1.3.90 (using KDE 3.3.2 Level "a" , unofficial build of SUSE )
Compiler:          gcc version 3.3 20030226 (prerelease) (SuSE Linux)
OS:                Linux (i686) release 2.4.20-4GB

importing attributes with compounded data type gives incomplete type:

vector< pair<string,double> > v1; //works fine
v1:vector<pair<string,double> >  //OK

vector< vector<double> > v2;  // error
v2:vector                  // not OK




More information about the umbrello-devel mailing list