Subject: Re: [boost] [review] Review of Nowide (Unicode) starts today
From: Artyom Beilis (artyom.beilis_at_[hidden])
Date: 2017-06-15 19:47:00


at Linux nowide fstream is just an alias to std::fstream

Artyom

בתאריך 15 ביוני 2017 9:27 אחה״צ,‏ "Frédéric Bron" <frederic.bron_at_[hidden]>
כתב:

> Also I wasn't aware that auto f = nowide::fstream("toto.log"); Can
> actually call move
> constructor.

I am also surprised, I though it would be equivalent.
And I use the same gcc version (6.3.0) and it causes no issue on
linux, only on mingw cross compiler...

Frédéric