From: Achim G. <Str...@ne...> - 2019-11-05 19:04:25
|
Hans-Bernhard Bröker writes: > No. The change is that the C++ standard library (and not just for > C++20, but also in already existing implementations) now contains a > standard header named <version>, which it did not use to do. > > That new header gets mixed up with our VERSION file on case-ignorant > file systems, and so strangeness ensues. > > I'm actually surprised I'm not seeing the same issue on Windows, too, as > all the preconditions seem to be fulfilled there, too. Maybe the Windows > compilers try harder to overcome their host system's case-blindness, and > thus manage to avoid this trap. The common file systems on Windows are case-preserving and case-insensitive, but not case-ignoring. Would that explain the difference? Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ SD adaptations for Waldorf Q V3.00R3 and Q+ V3.54R2: http://Synth.Stromeko.net/Downloads.html#WaldorfSDada |