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/2000-November/000011.html | |
download | nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.tar.xz nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.zip |
Initial commit
Diffstat (limited to 'pipermail/nel/2000-November/000011.html')
-rw-r--r-- | pipermail/nel/2000-November/000011.html | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/pipermail/nel/2000-November/000011.html b/pipermail/nel/2000-November/000011.html new file mode 100644 index 00000000..d7ac46f3 --- /dev/null +++ b/pipermail/nel/2000-November/000011.html @@ -0,0 +1,80 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Nel] matrix.cpp std::min/max problems?</TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:bryce%40neptune.net"> + <LINK REL="Previous" HREF="000008.html"> + <LINK REL="Next" HREF="000013.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Nel] matrix.cpp std::min/max problems?</H1> + <B>Bryce Harrington</B> + <A HREF="mailto:bryce%40neptune.net" + TITLE="[Nel] matrix.cpp std::min/max problems?">bryce@neptune.net</A><BR> + <I>Fri, 10 Nov 2000 02:22:23 -0800 (PST)</I> + <P><UL> + <LI> Previous message: <A HREF="000008.html">[Nel] matrix.cpp std::min/max problems?</A></li> + <LI> Next message: <A HREF="000013.html">[Nel] matrix.cpp std::min/max problems?</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#11">[ date ]</a> + <a href="thread.html#11">[ thread ]</a> + <a href="subject.html#11">[ subject ]</a> + <a href="author.html#11">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Hi Cary, + +The VC++/STL min/max problem is pretty well known, and is a result of a +very buggy STL implementation in VC++, and some lawsuits. + +Simple answer: Define NOMINMAX in your Build Settings + +Longer answer: +<A HREF="http://www.isis.ecs.soton.ac.uk/share/problems/fuzzyClouds/NetMet/netmet/docs/stlhelp.txt">http://www.isis.ecs.soton.ac.uk/share/problems/fuzzyClouds/NetMet/netmet/docs/stlhelp.txt</A> + +The STL that ships with Visual C++ was developed by Dinkumware, rather +than by Microsoft. Detailed errata is available here: + <A HREF="http://www.dinkumware.com/">http://www.dinkumware.com/</A> + +Bryce + +On Fri, 10 Nov 2000, Vincent Archer wrote: +><i> According to Cary Farrier: +</I>><i> > I just updated from the latest CVS snapshot, added r:\code\net\include +</I>><i> > to the project settings, however when compiling matrix.cpp in VC++ 6.0 +</I>><i> > (SP3) the compiler is complaining that 'max is not a member of std'. +</I>><i> +</I>><i> Note that, strictly speaking, bug reports should go thru the web +</I>><i> interface rather than the mailing list. It's a lot easier to manage +</I>><i> there. Use the mailing list if you can't access the WWW at all +</I>><i> for some reason (like being buried deep behind 4 firewalls that require +</I>><i> you to sign in blood to access the outside world). +</I>><i> +</I>><i> Bug reported to the developper in charge. +</I>><i> +</I> +-- +Bryce Harrington +bryce @ neptune.net + + +</pre> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI> Previous message: <A HREF="000008.html">[Nel] matrix.cpp std::min/max problems?</A></li> + <LI> Next message: <A HREF="000013.html">[Nel] matrix.cpp std::min/max problems?</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#11">[ date ]</a> + <a href="thread.html#11">[ thread ]</a> + <a href="subject.html#11">[ subject ]</a> + <a href="author.html#11">[ author ]</a> + </LI> + </UL> +</body></html> |