home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / gnu / g / help / 1713 < prev    next >
Encoding:
Text File  |  1993-01-28  |  809 b   |  25 lines

  1. Newsgroups: gnu.g++.help
  2. Path: sparky!uunet!spool.mu.edu!agate!doc.ic.ac.uk!warwick!dcs.warwick.ac.uk!jas
  3. From: jas@dcs.warwick.ac.uk (Jason Morris)
  4. Subject: What does this error mean?
  5. Message-ID: <1993Jan28.182458.8186@dcs.warwick.ac.uk>
  6. Sender: news@dcs.warwick.ac.uk (Network News)
  7. Nntp-Posting-Host: slate
  8. Organization: Department of Computer Science, Warwick University, England
  9. Date: Thu, 28 Jan 1993 18:24:58 GMT
  10. Lines: 13
  11.  
  12.  
  13.   Simple enough question: in what circumstances would you expect to get this
  14. message?
  15.  
  16. ../include/vector.h:28: base class `Matrix<short int>' has incomplete type
  17. ../include/vector.h:28: please fix above error, and try recompiling.
  18.  
  19.   The line 28 bit seems to be fairly irrelevant (it's the closing "}" in the
  20. declaration of type Vector<T>).
  21.  
  22.   Thanks for any advice,
  23.  
  24.     Jas.
  25.