diff options
author | neodarz <neodarz@neodarz.net> | 2018-08-11 20:21:34 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-08-11 20:21:34 +0200 |
commit | 0ea5fc66924303d1bf73ba283a383e2aadee02f2 (patch) | |
tree | 2568e71a7ccc44ec23b8bb3f0ff97fb6bf2ed709 /pipermail/nel/2001-January/000155.html | |
download | nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.tar.xz nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.zip |
Initial commit
Diffstat (limited to '')
-rw-r--r-- | pipermail/nel/2001-January/000155.html | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/pipermail/nel/2001-January/000155.html b/pipermail/nel/2001-January/000155.html new file mode 100644 index 00000000..e9e24f9a --- /dev/null +++ b/pipermail/nel/2001-January/000155.html @@ -0,0 +1,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> |