Having a strange issue with std.net.curl.HTTP as a struct dependency

Ali Çehreli via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Jul 13 00:01:40 PDT 2017


On 07/09/2017 05:10 PM, NoBigDeal256 wrote:

 >     HTTP http;

For what it's worth, defining it as __gshared seems to be a workaround:

     __gshared HTTP http;

Ali



More information about the Digitalmars-d-learn mailing list