mirror of
https://github.com/boostorg/unordered.git
synced 2025-10-02 02:31:00 +02:00
Fix misuse of ctad macro
This commit is contained in:
@@ -795,7 +795,7 @@ namespace boost {
|
||||
return c.erase_if(pred);
|
||||
}
|
||||
|
||||
#ifdef BOOST_UNORDERED_TEMPLATE_DEDUCTION_GUIDES
|
||||
#if BOOST_UNORDERED_TEMPLATE_DEDUCTION_GUIDES
|
||||
|
||||
template <class InputIterator,
|
||||
class Hash =
|
||||
|
Reference in New Issue
Block a user