Bug 95082 - error importing c++ code
Summary: error importing c++ code
Status: RESOLVED FIXED
Alias: None
Product: umbrello
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Umbrello Development Group
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-13 17:39 UTC by Jose N Hinckel
Modified: 2004-12-14 06:47 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***.