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
|