POV-Ray : Newsgroups : povray.unix : Some specific assistance needed for the Unix build process : Re: Some specific assistance needed for the Unix build process Server Time
16 Apr 2024 04:38:04 EDT (-0400)
  Re: Some specific assistance needed for the Unix build process  
From: clipka
Date: 18 Jan 2019 15:45:04
Message: <5c423ad0$1@news.povray.org>
Am 18.01.2019 um 20:59 schrieb Le_Forgeron:

>> ./parser/font.h:78:25: error: looser throw specifier for ‘virtual const char*
pov_parser::FontProcessingException::what() const’
>>       virtual const char* what() const override;
>>                           ^~~~
...

> Not sure there is a portable solution for gnu, clang and other compilers.

I /think/ changing it to

     virtual const char* what() const noexcept override;

should do the trick. Can you do a quick test with that?


Post a reply to this message

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