Menu

#1 compile VC8 conflicts

open
nobody
None
5
2010-06-24
2010-06-24
Anonymous
No

request_methods.ipp
static char const * const delete_() {
static char const * const DELETE= "DELETE";
return DELETE;
};
conflict with previously #include <boost/program_options.hpp> (boost 1.41)
solution: DELETE change to DELETE_fixed

Discussion


Log in to post a comment.