From: Ryan B. <rb...@pd...> - 2011-02-17 22:46:21
|
Hi, I'm trying to use your library for my project, but I get the following compile error when I add #include <boost/network/protocol/http/client.hpp> To my code. error C2027: use of undefined type 'boost::STATIC_ASSERTION_FAILURE<x>' C:\Work\trunk\boost_1_45_0\boost\type_traits\make_unsigned.hpp 38 I'm using boost 1.45 and have tried cpp-netlib 0.8 and current development version. All my other code that relies on boost works fine. I'm on Vista x86, using VS2008. I use CMake and I defined BOOST_FILESYSTEM_VERSION to 2. Any ideas? Thank you |