OpenCL bindings
Andrea Fontana
nospam at example.com
Wed Mar 20 14:02:17 PDT 2013
On Wednesday, 20 March 2013 at 19:10:28 UTC, Jacob Carlborg wrote:
> On 2013-03-20 14:59, Andrea Fontana wrote:
>
>> *Very* useful. I hope it will be updated with some small
>> changes (like
>> anonymous struct alias replacement and d keyword replacement)
>> :)
>
> It should already to D keyword replacement, if not, please
> report an issue with a test case:
Maybe I have a old (binary) version for linux. For example params
named "out" are not replaced with something else (f.e. _out)
> https://github.com/jacob-carlborg/dstep/issues/new
>
> What is "anonymous struct alias replacement"? You can also
> create issues for enhancement requests.
I mean that typedef struct { ... } hello; is translate as an
anonymous struct and then "aliased". I think it can be translated
directly as a named struct.
More information about the Digitalmars-d-learn
mailing list