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

Commit843a3a4

Browse files
author
liancheng
committed
Fixed the following problem:
* template keyword missing in struct get_real_algorithm definition in boost/network/message/transformers.hpp, and gcc 4.1.2 complains.
1 parent9dc07de commit843a3a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎boost/network/message/transformers.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ namespace boost { namespace network {
1818
namespaceimpl {
1919
template<classAlgorithm,classSelector>
2020
structget_real_algorithm {
21-
typedeftypename Algorithm::type<Selector> type;
21+
typedeftypename Algorithm::templatetype<Selector> type;
2222
};
2323

2424
template<classAlgorithm,classSelector>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp