mirror of
https://github.com/boostorg/multi_index.git
synced 2025-05-09 23:14:04 +00:00
added missing typename keyword
This commit is contained in:
parent
ff3f612abb
commit
98091f99e6
@ -214,7 +214,7 @@ void test_transfer_result_empty(
|
||||
template<typename Src,typename Key>
|
||||
typename Src::node_type checked_extract(Src& src,Key k)
|
||||
{
|
||||
Src::node_type n=src.extract(k);
|
||||
typename Src::node_type n=src.extract(k);
|
||||
if(n)BOOST_TEST(src.key_extractor()(n.value())==k);
|
||||
return boost::move(n);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user