Usage of Exceptions in std.xml

Rene Zwanenburg renezwanenburg at gmail.com
Sun Apr 15 07:43:35 PDT 2012


I'm not sure, but it appears that std.xml uses exceptions for 
control flow. I use VisualD for development, and Visual Studio 
has been configured to break on exceptions. This means that every 
time a new DocumentParser is created with valid XML, the debugger 
explodes because of the thrown exceptions.

Am I doing something wrong, or shall I create a change request?


More information about the Digitalmars-d mailing list