POV-Ray : Newsgroups : povray.unofficial.patches : Major bug in MegaPOV Plus? : Re: Major bug in MegaPOV Plus? Server Time
2 Sep 2024 08:18:50 EDT (-0400)
  Re: Major bug in MegaPOV Plus?  
From: Warp
Date: 11 Sep 2000 09:17:09
Message: <39bcdb54$1@news.povray.org>
Thorsten Froehlich <tho### [at] trfde> wrote:
:> request for member `clear' in `x', which is of non-aggregate type
:> `string ()()'

: Hmm, this is a funny error message.  What is the cause? I am curious!

  This code causes it. Can you see what is the mistake?

#include <string>
using namespace std;

int main()
{
    string x();
    x.clear();
}


-- 
main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
):_;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/


Post a reply to this message

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