Bug 95082

Summary: error importing c++ code
Product: [Applications] umbrello Reporter: Jose N Hinckel <hinckel>
Component: generalAssignee: Umbrello Development Group <umbrello-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Jose N Hinckel 2004-12-13 17:39:38 UTC
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
Comment 1 Jose N Hinckel 2004-12-13 18:03:17 UTC
Works fine with 1.3.2 (KDE 3.3.2).
Comment 2 Oliver Kellogg 2004-12-14 06:47:27 UTC
*** Bug has been marked as fixed ***.