AdaptiveCpp's new Metal backend to support CUDA dialect on Apple GPUsgithub.com4 points·by puschkinfr·vor 4 Monaten·1 comments
puschkinfr·vor 4 Monaten·discussNo, because the string will be implicitly converted to `true` and `(a && true) == a` (for boolean `a`), so it will only be `false` if the assertion fails. Using || would always evaluate to `true`