Skip to content

Commit 4308537

Browse files
glynosdeanberris
authored andcommitted
Updated minor issues to do with compilation failures on VS 2008.
1 parent 65cb841 commit 4308537

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

boost/network/protocol/http/traits/impl/request_methods.ipp

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ namespace boost { namespace network { namespace http {
3434
};
3535

3636
static char const * const delete_() {
37-
static char const * const DELETE = "DELETE";
38-
return DELETE;
37+
static char const * const DELETE_ = "DELETE";
38+
return DELETE_;
3939
};
4040
};
4141

boost/network/uri/http/detail/parse_specific.hpp

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
#include <boost/spirit/include/phoenix_operator.hpp>
2525
#include <boost/spirit/include/support_ascii.hpp>
2626
#include <boost/spirit/include/support_argument.hpp>
27+
#include <ciso646>
2728

2829
namespace boost { namespace network { namespace uri {
2930

0 commit comments

Comments
 (0)