We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ab77ee + 21ccfb6 commit 849312dCopy full SHA for 849312d
boost/network/protocol/http/client/macros.hpp
@@ -11,7 +11,7 @@
11
12
#ifndef BOOST_NETWORK_HTTP_BODY_CALLBACK
13
#define BOOST_NETWORK_HTTP_BODY_CALLBACK(function_name, range_name, error_name) \
14
- void function_name (boost::iterator_range<char*> const & range_name, boost::system::error_code const & error_name)
+ void function_name (boost::iterator_range<const char*> const & range_name, boost::system::error_code const & error_name)
15
#endif
16
17
#endif /* BOOST_NETWORK_PROTOCOL_HTTP_CLIENT_MACROS_HPP_20110430 */
0 commit comments