www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - debug with multiple clauses

reply Manfred Nowak <svv1999 hotmail.com> writes:
debug with multiple clauses.

this should throw an error:

<code>
void main()
{
    debug (1)(2)(3)(4);
}
</code>

-manfred
Apr 11 2005
parent Thomas Kuehne <thomas-dloop kuehne.thisisspam.cn> writes:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Manfred Nowak schrieb am Mon, 11 Apr 2005 10:56:59 +0000 (UTC):
 debug with multiple clauses.

 this should throw an error:

<code>
 void main()
 {
     debug (1)(2)(3)(4);
 }
</code>
Added to DStress as http://dstress.kuehne.cn/nocompile/debug_06.d http://dstress.kuehne.cn/nocompile/debug_07.d http://dstress.kuehne.cn/nocompile/version_31.d http://dstress.kuehne.cn/nocompile/version_32.d Thomas -----BEGIN PGP SIGNATURE----- iD8DBQFCWtWx3w+/yD4P9tIRAhmlAKCLYr/uMWzej5acpHUU+OhU1mQJSgCcDptb Fhcvqw5KXsjT8gHWCUURORU= =uzrm -----END PGP SIGNATURE-----
Apr 11 2005