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 906458e + 2dd220f commit 41b5600Copy full SHA for 41b5600
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