This website works better with JavaScript
Home
Explore
Help
Register
Sign In
devn00b
/
EQ2EMu
Watch
9
Star
3
Fork
0
Files
Issues
54
Tree:
79f5284ed8
Branches
Tags
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 years ago
..
Jamfile
2de73b6b83
Support for BestZ / Line of Sight / navmesh pathing
4 years ago
README
2de73b6b83
Support for BestZ / Line of Sight / navmesh pathing
4 years ago
another_tuple_test_bench.cpp
2de73b6b83
Support for BestZ / Line of Sight / navmesh pathing
4 years ago
io_test.cpp
2de73b6b83
Support for BestZ / Line of Sight / navmesh pathing
4 years ago
tuple_test_bench.cpp
2de73b6b83
Support for BestZ / Line of Sight / navmesh pathing
4 years ago
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.