21 Feb
2011
21 Feb
'11
2:14 p.m.
This looks good but it isn't compiling for me right now. Just compiling this include: #include
gives me this error:
In file included from /home/john/Dev/ThirdParty/boost/sandbox/type_traits/boost/type_traits/has_operator_minus.hpp:55, from src/sandbox.cpp:2: /home/john/Dev/ThirdParty/boost/sandbox/type_traits/boost/type_traits/detail/has_binary_operator.hpp:165: error: expected constructor, destructor, or type conversion before ‘( ’ token
Probably the order of include directories is 1. boost, 2. sandbox. You need 1. sandbox, 2. boost. Can you check? Frédéric