Add BOOST_ATTRIBUTE_NO_UNIQUE_ADDRESS to not_pred

This commit is contained in:
Ion Gaztañaga
2026-03-31 16:08:35 +02:00
parent 1621e667cf
commit dc7d558b14
@@ -152,7 +152,7 @@ struct key_node_pred
template<class Pred>
class not_pred
{
Pred m_p;
BOOST_ATTRIBUTE_NO_UNIQUE_ADDRESS Pred m_p;
public:
BOOST_CONTAINER_FORCEINLINE explicit not_pred(const Pred &p)