This website works better with JavaScript
Почетна
Преглед
Помоћ
Регистрација
Пријавите се
devn00b
/
EQ2EMu
Прати
9
Волим
3
Креирај огранак
0
Датотеке
Дискусије
53
Дрво:
1184380240
Гране
Ознаке
master
1.0.0
EQ2EMu
/
EQ2
/
source
/
depends
/
boost_1_72_0
/
libs
/
tuple
/
test
Image
2de73b6b83
Support for BestZ / Line of Sight / navmesh pathing
пре 4 година
..
Jamfile
2de73b6b83
Support for BestZ / Line of Sight / navmesh pathing
пре 4 година
README
2de73b6b83
Support for BestZ / Line of Sight / navmesh pathing
пре 4 година
another_tuple_test_bench.cpp
2de73b6b83
Support for BestZ / Line of Sight / navmesh pathing
пре 4 година
io_test.cpp
2de73b6b83
Support for BestZ / Line of Sight / navmesh pathing
пре 4 година
tuple_test_bench.cpp
2de73b6b83
Support for BestZ / Line of Sight / navmesh pathing
пре 4 година
README
To compile the
libs/tuple/test/*.cpp
files, you need to set include paths
for boost.
For example, in libs/tuple/test directory you would type (using g++):
g++ -I../../.. tuple_test_bench.cpp
The 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.cpp
Thanks to Hartmut Kaiser's suggestion, the tuple.cpp is not needed anymore.