digitalmars.D.bugs - Standard bug: try statement documented incorrectly
- Burton Radons (4/4) Sep 19 2004 The try statement (http://www.digitalmars.com/d/statement.html#try) is
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