digitalmars.D.learn - Using C++ Classes From D: dmd cannot link, while ldc segfault
- Matheus Catarino (5/12) Jan 25 Currently, I was only able to get rid of this error using a fork
- Emmanuel Danso Nyarko (3/16) Jan 26 What OS are you using?
- Matheus Catarino (4/23) Jan 26 It's mentioned in the reference link.
- Emmanuel Danso Nyarko (8/33) Jan 26 Yes, this is a project currently in progress. Vector was only
- zjh (4/8) Jan 26 [here](https://forum.dlang.org/post/vmdisnkuffjgbxbyupuc@forum.dlang.org...
https://forum.dlang.org/post/kawfhminmtmwbmkzhwsp forum.dlang.org On Monday, 19 June 2023 at 06:11:59 UTC, mw wrote:LDC - the LLVM D compiler (1.32.2): ``` main.d(32): Error: undefined identifier `vector` in module `core.stdcpp.vector`, did you mean enum member `MIctor`? ``` So what's wrong the LDC? how do I write `core.stdcpp.vector.vector` then?Currently, I was only able to get rid of this error using a fork of stdcpp still in progress in the standalone repository. Ref.: https://github.com/dlang/stdcpp/issues/5
Jan 25
On Thursday, 25 January 2024 at 21:41:36 UTC, Matheus Catarino wrote:https://forum.dlang.org/post/kawfhminmtmwbmkzhwsp forum.dlang.org On Monday, 19 June 2023 at 06:11:59 UTC, mw wrote:What OS are you using?LDC - the LLVM D compiler (1.32.2): ``` main.d(32): Error: undefined identifier `vector` in module `core.stdcpp.vector`, did you mean enum member `MIctor`? ``` So what's wrong the LDC? how do I write `core.stdcpp.vector.vector` then?Currently, I was only able to get rid of this error using a fork of stdcpp still in progress in the standalone repository. Ref.: https://github.com/dlang/stdcpp/issues/5
Jan 26
On Friday, 26 January 2024 at 09:06:16 UTC, Emmanuel Danso Nyarko wrote:On Thursday, 25 January 2024 at 21:41:36 UTC, Matheus Catarino wrote:It's mentioned in the reference link. OS: ArchLinuxhttps://forum.dlang.org/post/kawfhminmtmwbmkzhwsp forum.dlang.org On Monday, 19 June 2023 at 06:11:59 UTC, mw wrote:What OS are you using?LDC - the LLVM D compiler (1.32.2): ``` main.d(32): Error: undefined identifier `vector` in module `core.stdcpp.vector`, did you mean enum member `MIctor`? ``` So what's wrong the LDC? how do I write `core.stdcpp.vector.vector` then?Currently, I was only able to get rid of this error using a fork of stdcpp still in progress in the standalone repository. Ref.: https://github.com/dlang/stdcpp/issues/5
Jan 26
On Friday, 26 January 2024 at 13:40:12 UTC, Matheus Catarino wrote:On Friday, 26 January 2024 at 09:06:16 UTC, Emmanuel Danso Nyarko wrote:Yes, this is a project currently in progress. Vector was only working for windows but we have it working on linux but it's not yet ready to be used that's why you could only use it from a standalone fork. We will be getting everything from the fork to the main tree soon after it is complete. We will notify the community when it's ready to be used. Thanks!On Thursday, 25 January 2024 at 21:41:36 UTC, Matheus Catarino wrote:It's mentioned in the reference link. OS: ArchLinuxhttps://forum.dlang.org/post/kawfhminmtmwbmkzhwsp forum.dlang.org On Monday, 19 June 2023 at 06:11:59 UTC, mw wrote:What OS are you using?LDC - the LLVM D compiler (1.32.2): ``` main.d(32): Error: undefined identifier `vector` in module `core.stdcpp.vector`, did you mean enum member `MIctor`? ``` So what's wrong the LDC? how do I write `core.stdcpp.vector.vector` then?Currently, I was only able to get rid of this error using a fork of stdcpp still in progress in the standalone repository. Ref.: https://github.com/dlang/stdcpp/issues/5
Jan 26
On Friday, 26 January 2024 at 14:46:08 UTC, Emmanuel Danso Nyarko wrote:Yes, this is a project currently in progress. Vector was only working for windows but we have it working on linux but it's not yet ready to be used that's why you could only use it from a standalone fork.[here](https://forum.dlang.org/post/vmdisnkuffjgbxbyupuc forum.dlang.org) vector is not stable.
Jan 26