Is there a way to "see" source code generated by templates after a compile?

lobo via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Jul 18 00:37:27 PDT 2016


On Sunday, 17 July 2016 at 05:57:52 UTC, WhatMeWorry wrote:
>
[snip]

>
> Now that I think about, was there even a way to look at c/c++ 
> code after the pre-processor step?

Does this do what you want?

cl.exe /E
gcc -E
clang -E
clang-cl /E






More information about the Digitalmars-d-learn mailing list