www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - Standard bug: try statement documented incorrectly

The try statement (http://www.digitalmars.com/d/statement.html#try) is 
documented as taking a BlockStatement, as is catch and finally.  They 
actually take Statement.  Please let this be a bug in the documentation 
and not in the compiler, as the C++ way is not uniform.
Sep 19 2004