POV-Ray : Newsgroups : povray.unix : Compiling 3.5 source on Linux also fails : Re: Compiling 3.5 source on Linux also fails Server Time
28 Jul 2024 10:27:31 EDT (-0400)
  Re: Compiling 3.5 source on Linux also fails  
From: Christian Parpart
Date: 2 Aug 2002 10:19:12
Message: <3d4a94e0@news.povray.org>
Mr Art inspired the electrons to say:

> Micha Riser wrote:
> 
>> Yep, of course you are right. I just could not find a reference to
>> min/max in STL in my documentation. To get it working it is already
>> enough to add
>> 
>> using std::max;
>> using std::min;
>> 
>> into config.h. I even wondered why this wasn't in STL :D
>> 
>> - Micha
>> 
> 
> Is there any special place in config.h that those two lines go?
> I don't understand the structure of the file's contents and could
> use a few pointers on this :)

just put it below #include <algorithm>. That's okay ;)


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.