Re: Polyspace Problem
- From: Al Balmer <albalmer@xxxxxxx>
- Date: Wed, 28 Feb 2007 20:56:36 GMT
On Wed, 28 Feb 2007 11:55:29 -0800, Keith Thompson <kst-u@xxxxxxx>
wrote:
"hyderabadblues" <sirishkumar@xxxxxxxxx> writes:
When I compile the following code I am getting the error as
__true_type undefined
struct __true_type{
};
struct __type_traits{
typedef __true_type _h;
};
Get rid of the leading underscores. Identifiers starting with an
underscore are reserved to the implementation.
Sad to say, the OP claims to *be* an implementer:
"Actually the code is a extract of STL that is designed by us"
I'm quite interested in the outcome of a project which is apparently
trying to implement the C++ STL in C. It must be a challenge.
--
Al Balmer
Sun City, AZ
.
- Follow-Ups:
- Re: Polyspace Problem
- From: Keith Thompson
- Re: Polyspace Problem
- References:
- Polyspace Problem
- From: hyderabadblues
- Re: Polyspace Problem
- From: Keith Thompson
- Polyspace Problem
- Prev by Date: Re: Source Code for C Unleashed
- Next by Date: Re: Polyspace Problem
- Previous by thread: Re: Polyspace Problem
- Next by thread: Re: Polyspace Problem
- Index(es):
Relevant Pages
|