home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: sparky!uunet!mcsun!sunic!kth.se!news.kth.se!RICHARD
- From: RICHARD@CLYDE.ttt.kth.se
- Subject: Re: HELP: aggregate type question.
- In-Reply-To: RICHARD@CLYDE.ttt.kth.se's message of Mon, 7 Sep 1992 20:02:03 GMT
- Message-ID: <RICHARD.92Sep9140541@CLYDE.ttt.kth.se>
- Sender: usenet@kth.se (Usenet)
- Nntp-Posting-Host: clyde.ttt.kth.se
- Organization: Department of TeleTransmission Theory
- References: <RICHARD.92Sep7210203@CLYDE.ttt.kth.se>
- Date: Wed, 9 Sep 1992 13:05:41 GMT
- Lines: 26
-
- In article <RICHARD.92Sep7210203@CLYDE.ttt.kth.se> RICHARD@CLYDE.ttt.kth.se writes:
- I had this problem with aggregate typedefs failing to be that!
-
- I must say I feel somewhat stupid. It was a recursive inclusion of header files
- which caused the problem, and thus, I got a reference to a struct before it was
- defined.
-
- And yes, I DO form my header files like this:
-
- #ifndef _HEADER_H
- #define _HEADER_H
- ...
- ...
- #endif
-
- so the error was more subtle than that.
-
- Anyway, thank you for the help, and sorry for the waste of net.bandwidth.
-
- --
- !+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++!
- ! Richard Levitte, System manager ! tel: int+46-8-790 64 23 !
- ! Royal Institute of Technology ! fax: int+46-8-791 76 54 !
- ! Department of Teletransmition Theory ! Internet: richard@ttt.kth.se !
- ! S-100 44 Stockholm, Sweden ! !
- !---------------------------------------------------------------------------!
-