freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ft-devel] Compiler exception


From: Werner LEMBERG
Subject: Re: [ft-devel] Compiler exception
Date: Wed, 26 Jul 2017 07:42:00 +0200 (CEST)

Mark,


thanks for the report.

> I am not going to spend the time to Git commit a compiler exception.

What exactly do you mean with `compiler exception'?  MSVC crashes
during compilation?

> [...]
> 
> Uinitialized buf throws compiler exception, so initialize it to
> nullptr;

`nullptr' is a C++ 11 feature.  I could add

  buf = NULL;

instead.  Does this work also?


   Werner



reply via email to

[Prev in Thread] Current Thread [Next in Thread]