Done.

On 8 June 2010 20:48, Adam Ruppe <[email protected]> wrote:
> On 6/8/10, Andrei Alexandrescu <[email protected]> wrote:
>> Recently there seems to be a problem with BigInt. Trying to add std.all
>> to the Phobos build yields the bizarre error:
>>
>> std/all.d(7): Error: module bigint from file std/bigint.d conflicts with
>> another module bigint from file std/bigint.d
>
> I saw this error message on my code yesterday. Try changing the line:
>
> module bigint;
>
> To
>
> module std.bigint;
> _______________________________________________
> phobos mailing list
> [email protected]
> http://lists.puremagic.com/mailman/listinfo/phobos
>
_______________________________________________
phobos mailing list
[email protected]
http://lists.puremagic.com/mailman/listinfo/phobos

Reply via email to