dlangBugzillaToGithub

Results 283 comments of dlangBugzillaToGithub

#### nick (@ntrel) commented on 2023-06-24T16:56:22Z ````markdown This seems to be the page: https://digitalmars.com/d/2.0/htomodule.html ````

#### bugzilla (@WalterBright) commented on 2023-05-11T06:01:59Z ````markdown ImportC doesn't support gcc's inline assembler, either. Is the use of these intrinsics blockable with some macro? ````

#### maxsamukha commented on 2023-05-11T17:12:13Z ````markdown (In reply to Walter Bright from comment #1) > Is the use of these intrinsics blockable with some macro? I don't think so. They...

#### bugzilla (@WalterBright) commented on 2023-05-29T07:10:30Z ````markdown Could you please post the section of code in the windows.h you have? ````

#### maxsamukha commented on 2023-06-03T06:53:11Z ````markdown Created attachment 1878 VC intrinsics referenced by windows.h ````

#### maxsamukha commented on 2023-06-03T06:53:58Z ````markdown (In reply to Walter Bright from comment #3) > Could you please post the section of code in the windows.h you have? Please see...

#### dfj1esp02 commented on 2023-12-01T10:26:40Z ````markdown Another problem is #define GENERIC_READ (0x80000000L) these are interpreted as helper macros due to parentheses and skipped. ````

#### bugzilla (@WalterBright) commented on 2023-12-02T02:27:35Z ````markdown (In reply to anonymous4 from comment #6) > Another problem is > > #define GENERIC_READ (0x80000000L) > > these are interpreted as helper...

#### sturtivant commented on 2024-03-11T05:49:19Z ````markdown Here's a workaround. https://forum.dlang.org/post/[email protected] There's a list of all x64 MSVC intrinsics at the included link with prototypes with named parameters. ````

#### alphaglosined commented on 2024-11-27T05:21:49Z ````markdown This page was generated by ddox. It is likely not a bug in the spec. https://github.com/dlang/ddox I.e. Ddoc generates this page correctly https://dlang.org/phobos/std_algorithm_mutation.html#remove ````