📄 jamfile.v2
字号:
# Boost.Assign library
#
# Copyright Thorsten Ottosen 2003-2005. Use, modification and
# distribution is subject to 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)
#
# For more information, see http://www.boost.org/libs/assign/
#
rule assign-test ( name )
{
return [
run $(name).cpp /boost/test//boost_unit_test_framework ]
;
}
test-suite assign :
[ assign-test basic ]
[ assign-test std ]
[ assign-test list_of ]
[ assign-test static_list_of ]
[ assign-test tuple_list_of ]
[ assign-test list_inserter ]
[ assign-test list_of_workaround ]
[ assign-test email_example ]
[ assign-test my_vector_example ]
[ assign-test multi_index_container ]
;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -