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 3d7a7a8 + 44018b9 commit e10bdf1Copy full SHA for e10bdf1
include/network/protocol/http/algorithms/linearize.hpp
@@ -34,7 +34,7 @@ struct linearize_header {
34
BOOST_CONCEPT_REQUIRES(
35
((Header<ValueType>)),
36
(string_type)
37
- ) operator()(ValueType & header) {
+ ) operator()(ValueType const & header) {
38
typedef std::ostringstream output_stream;
39
typedef constants consts;
40
output_stream header_line;
0 commit comments