← Back to index
|
Original Bugzilla link
Bug 7576 – linker error for structs with non-copyable fields
Status
RESOLVED
Resolution
WORKSFORME
Severity
normal
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2012-02-24T13:41:00Z
Last change time
2013-02-04T14:11:03Z
Assigned to
nobody
Creator
code
Comments
Comment #0
by code — 2012-02-24T13:41:15Z
cat > bug.d << CODE struct S { NonCopyable impl; } struct NonCopyable { @disable this(this); } void main() { S s; s = S(); } CODE dmd bug Linker error: undefined reference to `_D3bug11NonCopyable10__postblitMFZv' --------
Comment #1
by andrej.mitrovich — 2013-02-04T14:11:03Z
Fixed since 2.061.