jamfile.v2
来自「Boost provides free peer-reviewed portab」· V2 代码 · 共 50 行
V2
50 行
# Boost Exception Library test Jamfile## Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.## Distributed under the Boost Software License, Version 1.0. (See accompanying# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)import testing ;project : requirements <exception-handling>on ;#to_stringrun is_output_streamable_test.cpp ;run has_to_string_test.cpp ;run to_string_test.cpp ;run to_string_stub_test.cpp ;compile-fail to_string_fail.cpp ;#exceptionrun 1-throw_exception_test.cpp ;run 2-throw_exception_no_exceptions_test.cpp ;run 3-throw_exception_no_integration_test.cpp ;run 4-throw_exception_no_both_test.cpp ;run cloning_test.cpp ;run copy_exception_test.cpp ;run unknown_exception_test.cpp ;run exception_test.cpp ;run enable_error_info_test.cpp helper1.cpp ;run throw_exception_test.cpp helper2.cpp ;run errno_test.cpp ;run error_info_test.cpp ;run diagnostic_information_test.cpp ;run refcount_ptr_test.cpp ;compile-fail exception_fail.cpp ;compile-fail throw_exception_fail.cpp ;#headerscompile exception_ptr_hpp_test.cpp ;compile diagnostic_information_hpp_test.cpp ;compile error_info_hpp_test.cpp ;compile exception_hpp_test.cpp ;compile get_error_info_hpp_test.cpp ;compile info_hpp_test.cpp ;compile info_tuple_hpp_test.cpp ;compile to_string_hpp_test.cpp ;compile to_string_stub_hpp_test.cpp ;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?