Ignore:
Timestamp:
24/08/10 11:23:06 (21 months ago)
Author:
Freddie Akeroyd
Message:

Update to tclap 1.2.0 from http://tclap.sourceforge.net/
Refs #244

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/third_party/tclap/HelpVisitor.h

    r857 r1515  
    6161                 * specified CmdLine. 
    6262                 */ 
    63                 void visit() { (*_out)->usage(*_cmd); exit(0); } 
     63                void visit() { (*_out)->usage(*_cmd); throw ExitException(0); } 
    6464                 
    6565}; 
Note: See TracChangeset for help on using the changeset viewer.