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

Commit21ccfb6

Browse files
committed
Merge pull request#76 from dsevilla/0.9-devel
Fix for issue#73 in 0.9-devel branch.
2 parentsc59dbd7 +bc4e1bf commit21ccfb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎boost/network/protocol/http/client/macros.hpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
#ifndef BOOST_NETWORK_HTTP_BODY_CALLBACK
1313
#defineBOOST_NETWORK_HTTP_BODY_CALLBACK(function_name, range_name, error_name) \
14-
voidfunction_name (boost::iterator_range<char*>const & range_name, boost::system::error_codeconst & error_name)
14+
voidfunction_name (boost::iterator_range<constchar*>const & range_name, boost::system::error_codeconst & error_name)
1515
#endif
1616

1717
#endif/* BOOST_NETWORK_PROTOCOL_HTTP_CLIENT_MACROS_HPP_20110430*/

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp