Re: automem v0.3.5 - now with more vector (like std::vector, not Physics)!

2018-09-20 Thread 12345swordy via Digitalmars-d-announce
On Thursday, 20 September 2018 at 14:57:42 UTC, Atila Neves wrote: If you've never heard of automem before, I wrote it to have C++-style smart pointers in D that I could use in @nogc code: [...] Official bindings to std::vector will soon be added by manu. (I think)

automem v0.3.5 - now with more vector (like std::vector, not Physics)!

2018-09-20 Thread Atila Neves via Digitalmars-d-announce
If you've never heard of automem before, I wrote it to have C++-style smart pointers in D that I could use in @nogc code: http://code.dlang.org/packages/automem I needed something like a std::vector that can be @nogc so I wrote it. I wondered whether or not to put it in a collections packag

Re: fearless v0.0.1 - shared made easy (and @safe)

2018-09-20 Thread Atila Neves via Digitalmars-d-announce
On Thursday, 20 September 2018 at 09:52:37 UTC, Guillaume Piolat wrote: On Tuesday, 18 September 2018 at 17:20:26 UTC, Atila Neves wrote: // compile with -dip1000 import fearless; Now *that* is a properly named library :) Thanks! :) I'm still wondering whether or not anyone noticed that I

Re: fearless v0.0.1 - shared made easy (and @safe)

2018-09-20 Thread Guillaume Piolat via Digitalmars-d-announce
On Tuesday, 18 September 2018 at 17:20:26 UTC, Atila Neves wrote: // compile with -dip1000 import fearless; Now *that* is a properly named library :)