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 c6464a0 + 4eac17e commit 8c15fa8Copy full SHA for 8c15fa8
boost/network/protocol/http/algorithms/linearize.hpp
@@ -35,7 +35,7 @@ namespace boost { namespace network { namespace http {
35
36
template <class ValueType>
37
BOOST_CONCEPT_REQUIRES(
38
- ((Header<ValueType>)),
+ ((Header<typename boost::remove_cv<ValueType>::type>)),
39
(string_type)
40
) operator()(ValueType & header) {
41
typedef typename ostringstream<Tag>::type output_stream;
0 commit comments