mirror of
https://github.com/boostorg/container.git
synced 2026-07-05 13:30:45 +02:00
Add BOOST_ATTRIBUTE_NO_UNIQUE_ADDRESS to not_pred
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user