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:
https://forum.dlang.org/post/kawfhminmtmwbmkzh...@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


What OS are you using?

It's mentioned in the reference link.

OS: ArchLinux
  • Re: Using C++ Cl... Richard (Rikki) Andrew Cattermole via Digitalmars-d-learn
    • Re: Using C... mw via Digitalmars-d-learn
      • Re: Usi... mw via Digitalmars-d-learn
      • Re: Usi... Richard (Rikki) Andrew Cattermole via Digitalmars-d-learn
        • Re:... mw via Digitalmars-d-learn
          • ... Richard (Rikki) Andrew Cattermole via Digitalmars-d-learn
            • ... mw via Digitalmars-d-learn
              • ... mw via Digitalmars-d-learn
  • Using C++ Classe... Matheus Catarino via Digitalmars-d-learn
    • Re: Using C... Emmanuel Danso Nyarko via Digitalmars-d-learn
      • Re: Usi... Matheus Catarino via Digitalmars-d-learn
        • Re:... Emmanuel Danso Nyarko via Digitalmars-d-learn
          • ... zjh via Digitalmars-d-learn

Reply via email to