Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4308537

Browse files
glynosdeanberris
authored andcommitted
Updated minor issues to do with compilation failures on VS 2008.
1 parent65cb841 commit4308537

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ namespace boost { namespace network { namespace http {
3434
};
3535

3636
staticcharconst *constdelete_() {
37-
staticcharconst *constDELETE ="DELETE";
38-
returnDELETE;
37+
staticcharconst *constDELETE_ ="DELETE";
38+
returnDELETE_;
3939
};
4040
};
4141

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

Lines changed: 1 addition & 0 deletions
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
namespaceboost {namespacenetwork {namespaceuri {
2930

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp