On Tuesday, 12 March 2019 at 17:07:11 UTC, DFTW wrote:
In that code, the static assert() will run if and only if neither version condition is true, i.e, the OS is neither Windows nor linux. Correct?
yes, that's right.
On Tuesday, 12 March 2019 at 17:07:11 UTC, DFTW wrote:
In that code, the static assert() will run if and only if neither version condition is true, i.e, the OS is neither Windows nor linux. Correct?
yes, that's right.