
27 Jun
2011
27 Jun
'11
6:45 a.m.
The function command_line::invoke_all calls the appropriate handlers in the order that they appear in the command line. i.e. command_line:: invoke_all (..., "-option_2 -option_1"); Firstly, the handler of the option_2 will be executed, and then the handler of the option_1 will be executed. The order of the option arguments corresponds to their order in the handler signature. Regards, Alexey -- View this message in context: http://boost.2283326.n4.nabble.com/Is-there-any-interest-in-command-line-int... Sent from the Boost - Dev mailing list archive at Nabble.com.