<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-text-flowed" style="font-family: -moz-fixed;
font-size: 12px;" lang="x-western">Would:
<br>
void test(string s = "default message")
<br>
{ debug
<br>
{
<br>
......... <br>
} // debug
<br>
} // test
<br>
<br>
be optimized away in code that was compiled with debug turned off?
<br>
<br>
I've documented my code that this is a noop unless debug is true,
but I'm not really sure that's correct, or whether there would be
a function call
<br>
</div>
<pre class="moz-signature" cols="72">--
Charles Hixson</pre>
</body>
</html>