[Issue 23226] New: druntime does not compile with -preview=nosharedaccess
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Jul 1 14:48:34 UTC 2022
https://issues.dlang.org/show_bug.cgi?id=23226
Issue ID: 23226
Summary: druntime does not compile with -preview=nosharedaccess
Product: D
Version: D2
Hardware: x86_64
OS: Linux
Status: NEW
Severity: blocker
Priority: P1
Component: dmd
Assignee: nobody at puremagic.com
Reporter: atila.neves at gmail.com
Trying to compile druntime with -preview=nosharedaccess fails miserably. There
are several issues, but dustmite reduces dmd commit
4513d32447ddb1221581dd555b04851db6ec8afd to the following code from core.bitop:
struct BitRange {
const(size_t) bits;
this(const(size_t)) {
bits++ ;
}
}
N softBitswap()() {
}
--
More information about the Digitalmars-d-bugs
mailing list