← Back to index
|
Original Bugzilla link
Bug 21370 – Missing module in core.stdcpp
Status
NEW
Severity
major
Priority
P2
Component
druntime
Product
D
Version
D2
Platform
x86_64
OS
Linux
Creation time
2020-11-09T00:42:05Z
Last change time
2024-12-07T13:40:50Z
Assigned to
No Owner
Creator
Jonathan Crapuchettes
Moved to GitHub: dmd#17417 →
Comments
Comment #0
by jcrapuchettes — 2020-11-09T00:42:05Z
In pull request #2723 of druntime, a reference to a module in core.stdcpp package was added without the actual module.
https://github.com/dlang/druntime/pull/2723/files#diff-6058714bca9002876fe6184b5b2c2f39b68b490de88442b6619f84e304e39e41R132
Using core.stdcpp.memory : unique_ptr on a linux build will cause the compiler to error on the missing module. Example code that will cause error: ``` import core.stdcpp.memory : unique_ptr; void main() { alias up = unique_ptr!char; } ```
Comment #1
by robert.schadek — 2024-12-07T13:40:50Z
THIS ISSUE HAS BEEN MOVED TO GITHUB
https://github.com/dlang/dmd/issues/17417
DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB