forked from boostorg/unordered
Fix misuse of ctad macro
This commit is contained in:
@@ -795,7 +795,7 @@ namespace boost {
|
|||||||
return c.erase_if(pred);
|
return c.erase_if(pred);
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef BOOST_UNORDERED_TEMPLATE_DEDUCTION_GUIDES
|
#if BOOST_UNORDERED_TEMPLATE_DEDUCTION_GUIDES
|
||||||
|
|
||||||
template <class InputIterator,
|
template <class InputIterator,
|
||||||
class Hash =
|
class Hash =
|
||||||
|
Reference in New Issue
Block a user