readme
来自「Boost provides free peer-reviewed portab」· 代码 · 共 17 行
TXT
17 行
To compile the libs/tuple/test/*.cpp files, you need to set include pathsfor boost.For example, in libs/tuple/test directory you would type (using g++):g++ -I../../.. tuple_test_bench.cppThe following is not true anymore: If you want to use tuple_io, you need to compile and link src/tuple.cpp: g++ -I../../.. ../src/tuple.cpp io_test.cppThanks to Hartmut Kaiser's suggestion, the tuple.cpp is not needed anymore.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?