September 19, 2004
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.