Extend boost::program_options namespace to include platform specific functions for parsing command line arguments.  
More...
|  | 
| void | assertion_failed (char const *expr, char const *function, char const *file, long line) | 
|  | 
| void | assertion_failed_msg (char const *expr, char const *msg, char const *function, char const *file, long line) | 
|  | 
Extend boost::program_options namespace to include platform specific functions for parsing command line arguments. 
Assume UTF-16LE on Windows and UTF-8 elsewhere. 
  
  | 
        
          | void boost::assertion_failed | ( | char const * | expr, |  
          |  |  | char const * | function, |  
          |  |  | char const * | file, |  
          |  |  | long | line |  
          |  | ) |  |  |  | inline | 
 
 
  
  | 
        
          | void boost::assertion_failed_msg | ( | char const * | expr, |  
          |  |  | char const * | msg, |  
          |  |  | char const * | function, |  
          |  |  | char const * | file, |  
          |  |  | long | line |  
          |  | ) |  |  |  | inline |