blob: e9e24f9a9558e864670092719b0fa281d0e24220 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Nel] gcc and non-ANSI</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:berenguier%40nevrax.com">
<LINK REL="Previous" HREF="000156.html">
<LINK REL="Next" HREF="000159.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Nel] gcc and non-ANSI</H1>
<B>Lionel Berenguier</B>
<A HREF="mailto:berenguier%40nevrax.com"
TITLE="[Nel] gcc and non-ANSI">berenguier@nevrax.com</A><BR>
<I>Tue, 23 Jan 2001 16:02:36 +0100</I>
<P><UL>
<LI> Previous message: <A HREF="000156.html">[Nel] gcc and non-ANSI</A></li>
<LI> Next message: <A HREF="000159.html">[Nel] Compiling NeL</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#155">[ date ]</a>
<a href="thread.html#155">[ thread ]</a>
<a href="subject.html#155">[ subject ]</a>
<a href="author.html#155">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>><i> I'm using gcc/g++ 2.95.3, and it seems that it doesn't like anonymous
</I>structures
><i> (see gcc output below). I read that it's definitively not a standard
</I>feature,
><i> and was orginally a MS VC++ extension, that was more or less adopted by
</I>others.
><i> Seems that the gcc guy didn't approved it, but I didn't checked in depth.
</I>I
><i> guess others are using the egcs c++ (1.1.2) frontend ?
</I>><i> I personnaly don't approve being able to acces a member without naming the
</I>><i> structure ...
</I>
You're right. Fixed... :o)
regards
</pre>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI> Previous message: <A HREF="000156.html">[Nel] gcc and non-ANSI</A></li>
<LI> Next message: <A HREF="000159.html">[Nel] Compiling NeL</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#155">[ date ]</a>
<a href="thread.html#155">[ thread ]</a>
<a href="subject.html#155">[ subject ]</a>
<a href="author.html#155">[ author ]</a>
</LI>
</UL>
</body></html>
|