On Sunday, 9 June 2019 at 19:12:32 UTC, Mike Brockus wrote:
On Wednesday, 5 June 2019 at 09:45:53 UTC, Jacob Carlborg wrote:
On 2019-06-05 03:19, Mike Brockus wrote:
Where can I find a reference for compiler flags?
Here's the reference [1]. You can also run "dmd --help" to
print out the
On Wednesday, 5 June 2019 at 09:45:53 UTC, Jacob Carlborg wrote:
On 2019-06-05 03:19, Mike Brockus wrote:
Where can I find a reference for compiler flags?
Here's the reference [1]. You can also run "dmd --help" to
print out the available flags. [1] might not be up to date.
[1]
On Wednesday, 5 June 2019 at 10:48:37 UTC, 9il wrote:
On Wednesday, 5 June 2019 at 01:20:46 UTC, Mike Brockus wrote:
If you never herd about Meson before:
樂. https://mesonbuild.com/
Hay there I was just wondering, what is the D equivalent to
C++ Boost and or Poco libraries?
Just wondering
On Sunday, 9 June 2019 at 10:42:12 UTC, Basile-z wrote:
On Sunday, 9 June 2019 at 10:22:36 UTC, Andrey wrote:
Hello,
I have got 2 functions:
void myFunc(string name, int a)(wstring value) {}
void myFunc(string name, int a)() {}
I want to make an alias (for example for second function
hi, i need some meson configuration that works with dmd and ldc
my setting don't work. because meson complains it cannot find the
d compiler.
d compiler can be invoked on command line.
i use :
set dmd_path="path/to/d/base"
set PATH=%dmd_path%\bin;%PATH%;
mingw can be detected by setting
On Sun, 2019-06-09 at 03:42 +, rnd via Digitalmars-d-learn wrote:
>
[…]
> I also wanted to know: Once executable is successfully created,
> will it work on systems where Python and pandas are not installed?
I suspect not, but then I do not use Windows.
I would be surprised if the
On Sunday, 9 June 2019 at 10:22:36 UTC, Andrey wrote:
Hello,
I have got 2 functions:
void myFunc(string name, int a)(wstring value) {}
void myFunc(string name, int a)() {}
I want to make an alias (for example for second function
without argument):
alias myAlias(int a) = myFunc!("Name", a);
Hello,
I have got 2 functions:
void myFunc(string name, int a)(wstring value) {}
void myFunc(string name, int a)() {}
I want to make an alias (for example for second function without
argument):
alias myAlias(int a) = myFunc!("Name", a);
but compiler says:
... matches more than one
On Sunday, 9 June 2019 at 05:24:56 UTC, Amex wrote:
Can dmd or ldc optimize the following cases:
foo(int x)
{
if (x > 10 && x < 100) bar1; else bar2;
}
...
for(int i = 23; i < 55; i++)
foo(i); // equivalent to calling bar1(i)
clearly i is within the range of the if in foo and so the
On Sunday, 9 June 2019 at 03:42:23 UTC, rnd wrote:
Thanks for guidance.
I also wanted to know: Once executable is successfully created,
will it work on systems where Python and pandas are not
installed?
That is unlikely. PyD is just a D package, it doesn't have the
ability to mess up with
10 matches
Mail list logo