Le 15/08/2016 à 02:24, Enrico Forestieri a écrit :
Hopefully, this important issue has been solved at f323a64f.
I like your solution. I had to adapt it to make sure there is no unused
variable warning.
On Sun, Aug 14, 2016 at 12:07:09PM +0100, Guillaume Munch wrote:
> Le 13/08/2016 à 16:45, Enrico Forestieri a écrit :
> > commit 7113fb669dcd193295308c44ee2213aa437e38b2
> > Author: Enrico Forestieri
> > Date: Sat Aug 13 17:43:03 2016 +0200
> >
> > Correct comment
> >
> > According to
Le 13/08/2016 à 16:45, Enrico Forestieri a écrit :
commit 7113fb669dcd193295308c44ee2213aa437e38b2
Author: Enrico Forestieri
Date: Sat Aug 13 17:43:03 2016 +0200
Correct comment
According to C++11 rules, static locals are thread safe for
the first-time initialization.
See al