https://issues.dlang.org/show_bug.cgi?id=22834
Ate Eskola <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Ate Eskola <[email protected]> --- Are you sure this is really a regression? If Solaris mangles int8_t as C++ char, that is a good reason to make it and uint8_t platform-dependant again. But if so, it should have been broken before pull request 3400 already. There was no special casing for Solaris, and Posix int8_t was defined as ubyte just like now. --
