jamfile.v2

来自「Boost provides free peer-reviewed portab」· V2 代码 · 共 25 行

V2
25
字号
#==============================================================================#    Copyright (c) 2003, 2005 Joel de Guzman##   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)#==============================================================================# bring in rules for testingimport testing ;test-suite users_manual :    [ run users_manual/all_odds.cpp ]     [ run users_manual/arguments.cpp ]     [ run users_manual/callback.cpp ]     [ run users_manual/factorial.cpp ]     [ run users_manual/find_if.cpp ]     [ run users_manual/function.cpp ]     [ run users_manual/if.cpp ]     [ run users_manual/lambda.cpp ]     [ run users_manual/values.cpp ]     [ run users_manual/references.cpp ]     ;

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?