On Tuesday, 12 February 2019 at 01:31:48 UTC, Adam D. Ruppe wrote:
On Tuesday, 12 February 2019 at 01:16:21 UTC, Murilo wrote:
Hi Adam. I have been using your arsd library and I have
noticed that compiling with -m64 causes this error:
huh, only on 64 bit windows.
well, pushed a fix up, try th
On Tuesday, 12 February 2019 at 01:31:48 UTC, Adam D. Ruppe wrote:
On Tuesday, 12 February 2019 at 01:16:21 UTC, Murilo wrote:
Hi Adam. I have been using your arsd library and I have
noticed that compiling with -m64 causes this error:
huh, only on 64 bit windows.
well, pushed a fix up, try th
On Tuesday, 12 February 2019 at 01:16:21 UTC, Murilo wrote:
Hi Adam. I have been using your arsd library and I have noticed
that compiling with -m64 causes this error:
huh, only on 64 bit windows.
well, pushed a fix up, try the new version
On Sunday, 10 February 2019 at 21:26:56 UTC, Adam D. Ruppe wrote:
On Sunday, 10 February 2019 at 18:42:59 UTC, Murilo wrote:
Adam, is there a place where we can chat? I don't like
chatting via this forum. I would like to talk to you about
your modules and about the D lang.
get on the freenode
On Sunday, 10 February 2019 at 20:04:29 UTC, Per Nordlöw wrote:
Is there a way to query if the -dip1000 flag has been passed to
the compiler? I need it for enabling certain DIP-1000 escape
analysis tests only when -dip1000 has been passed.
For instance
static assert(!__traits(compiles, {
On Monday, February 11, 2019 3:23:25 AM MST Seb via Digitalmars-d-learn
wrote:
> On Monday, 11 February 2019 at 09:29:13 UTC, Jonathan M Davis
>
> wrote:
> > On Sunday, February 10, 2019 1:04:29 PM MST Per Nordlöw via
> >
> > Digitalmars-d- learn wrote:
> >> [...]
> >
> > A quick grep of Phobos sh
On Monday, 11 February 2019 at 09:29:13 UTC, Jonathan M Davis
wrote:
On Sunday, February 10, 2019 1:04:29 PM MST Per Nordlöw via
Digitalmars-d- learn wrote:
[...]
A quick grep of Phobos shows a version(DIP1000) block in
std/typecons.d, which appears to be used to make it so that a
particular
On Sunday, February 10, 2019 1:04:29 PM MST Per Nordlöw via Digitalmars-d-
learn wrote:
> Is there a way to query if the -dip1000 flag has been passed to
> the compiler? I need it for enabling certain DIP-1000 escape
> analysis tests only when -dip1000 has been passed.
>
> For instance
>
> sta