We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65cb841 commit 4308537Copy full SHA for 4308537
boost/network/protocol/http/traits/impl/request_methods.ipp
@@ -34,8 +34,8 @@ namespace boost { namespace network { namespace http {
34
};
35
36
static char const * const delete_() {
37
- static char const * const DELETE = "DELETE";
38
- return DELETE;
+ static char const * const DELETE_ = "DELETE";
+ return DELETE_;
39
40
41
boost/network/uri/http/detail/parse_specific.hpp
@@ -24,6 +24,7 @@
24
#include <boost/spirit/include/phoenix_operator.hpp>
25
#include <boost/spirit/include/support_ascii.hpp>
26
#include <boost/spirit/include/support_argument.hpp>
27
+#include <ciso646>
28
29
namespace boost { namespace network { namespace uri {
30
0 commit comments