| 106 | class error_info; |
| 107 | |
| 108 | typedef error_info<struct throw_function_,char const *> throw_function; |
| 109 | typedef error_info<struct throw_file_,char const *> throw_file; |
| 110 | typedef error_info<struct throw_line_,int> throw_line; |
| 111 | typedef error_info<struct throw_column_,int> throw_column; |