mirror of
https://github.com/boostorg/intrusive.git
synced 2025-08-02 05:54:38 +02:00
Add missing BOOST_INTRUSIVE_FORCEINLINE
This commit is contained in:
@@ -78,7 +78,7 @@ public:
|
|||||||
static const bool value = same_type || is_convertible<P1, const_node_ptr>::value;
|
static const bool value = same_type || is_convertible<P1, const_node_ptr>::value;
|
||||||
};
|
};
|
||||||
|
|
||||||
base_t base() const
|
BOOST_INTRUSIVE_FORCEINLINE base_t base() const
|
||||||
{ return static_cast<const base_t&>(*this); }
|
{ return static_cast<const base_t&>(*this); }
|
||||||
|
|
||||||
BOOST_INTRUSIVE_FORCEINLINE key_nodeptr_comp(KeyTypeKeyCompare kcomp, const ValueTraits *traits)
|
BOOST_INTRUSIVE_FORCEINLINE key_nodeptr_comp(KeyTypeKeyCompare kcomp, const ValueTraits *traits)
|
||||||
|
Reference in New Issue
Block a user