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.
1 parent 9dc07de commit 843a3a4Copy full SHA for 843a3a4
boost/network/message/transformers.hpp
@@ -18,7 +18,7 @@ namespace boost { namespace network {
18
namespace impl {
19
template <class Algorithm, class Selector>
20
struct get_real_algorithm {
21
- typedef typename Algorithm::type<Selector> type;
+ typedef typename Algorithm::template type<Selector> type;
22
};
23
24
0 commit comments