home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.g++.help
- Path: sparky!uunet!spool.mu.edu!agate!doc.ic.ac.uk!warwick!dcs.warwick.ac.uk!jas
- From: jas@dcs.warwick.ac.uk (Jason Morris)
- Subject: What does this error mean?
- Message-ID: <1993Jan28.182458.8186@dcs.warwick.ac.uk>
- Sender: news@dcs.warwick.ac.uk (Network News)
- Nntp-Posting-Host: slate
- Organization: Department of Computer Science, Warwick University, England
- Date: Thu, 28 Jan 1993 18:24:58 GMT
- Lines: 13
-
-
- Simple enough question: in what circumstances would you expect to get this
- message?
-
- ../include/vector.h:28: base class `Matrix<short int>' has incomplete type
- ../include/vector.h:28: please fix above error, and try recompiling.
-
- The line 28 bit seems to be fairly irrelevant (it's the closing "}" in the
- declaration of type Vector<T>).
-
- Thanks for any advice,
-
- Jas.
-