mirror of
https://github.com/boostorg/exception.git
synced 2025-07-29 12:07:20 +02:00
Added commonly used error_info typedefs.
Added boost/exception/all.hpp. Removed tabs from source files. [SVN r54825]
This commit is contained in:
@ -35,6 +35,7 @@ run diagnostic_information_test.cpp ;
|
||||
run refcount_ptr_test.cpp ;
|
||||
run current_exception_cast_test.cpp ;
|
||||
run no_exceptions_test.cpp : : : <exception-handling>off ;
|
||||
run errinfos_test.cpp ;
|
||||
compile-fail exception_fail.cpp ;
|
||||
compile-fail throw_exception_fail.cpp ;
|
||||
|
||||
@ -49,4 +50,12 @@ compile info_hpp_test.cpp ;
|
||||
compile info_tuple_hpp_test.cpp ;
|
||||
compile to_string_hpp_test.cpp ;
|
||||
compile to_string_stub_hpp_test.cpp ;
|
||||
compile all_hpp_test.cpp ;
|
||||
compile current_exception_cast_hpp_test.cpp ;
|
||||
compile errinfo_api_function_hpp_test.cpp ;
|
||||
compile errinfo_at_line_hpp_test.cpp ;
|
||||
compile errinfo_errno_hpp_test.cpp ;
|
||||
compile errinfo_file_handle_hpp_test.cpp ;
|
||||
compile errinfo_file_name_hpp_test.cpp ;
|
||||
compile errinfo_file_open_mode_hpp_test.cpp ;
|
||||
compile errinfo_type_info_name_hpp_test.cpp ;
|
||||
|
Reference in New Issue
Block a user