jamfile.v2

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

V2
41
字号
# Copyright 2006-2008 Daniel James.# 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 unordered-test/unordered    : requirements        <toolset>intel-linux:"<cxxflags>-strict_ansi -cxxlib-icc"        <toolset>gcc:<cxxflags>"-Wsign-promo -Wunused-parameter"        #<toolset>msvc:<cxxflags>/W4    ;test-suite unordered    :        [ run fwd_set_test.cpp ]        [ run fwd_map_test.cpp ]        [ run compile_set.cpp ]        [ run compile_map.cpp ]        [ run link_test_1.cpp link_test_2.cpp ]        [ run simple_tests.cpp ]        [ run equivalent_keys_tests.cpp ]        [ run constructor_tests.cpp ]        [ run copy_tests.cpp ]        [ run move_tests.cpp : : : <test-info>always_show_run_output ]        [ run assign_tests.cpp ]        [ run insert_tests.cpp ]        [ run insert_stable_tests.cpp ]        [ run unnecessary_copy_tests.cpp ]        [ run erase_tests.cpp ]        [ run erase_equiv_tests.cpp ]        [ run find_tests.cpp ]        [ run at_tests.cpp ]        [ run bucket_tests.cpp ]        [ run load_factor_tests.cpp ]        [ run rehash_tests.cpp ]        [ run equality_tests.cpp ]        [ run swap_tests.cpp : : : <define>BOOST_UNORDERED_SWAP_METHOD=2 ]    ;

⌨️ 快捷键说明

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