Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8c15fa8

Browse files
committed
Merge pull requestcpp-netlib#347 from daedric/remove_cv_qualifier
cv-qualifier should be removed before checking the Header concept
2 parentsc6464a0 +4eac17e commit8c15fa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎boost/network/protocol/http/algorithms/linearize.hpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ namespace boost { namespace network { namespace http {
3535

3636
template<classValueType>
3737
BOOST_CONCEPT_REQUIRES(
38-
((Header<ValueType>)),
38+
((Header<typename boost::remove_cv<ValueType>::type>)),
3939
(string_type)
4040
)operator()(ValueType & header) {
4141
typedeftypename ostringstream<Tag>::type output_stream;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp