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.
1 parent c59dbd7 commit bc4e1bfCopy full SHA for bc4e1bf
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