mirror of
https://github.com/boostorg/intrusive.git
synced 2025-08-03 06:24:44 +02:00
Changed default_tag
This commit is contained in:
@@ -140,7 +140,7 @@ class generic_hook
|
|||||||
//value_traits for this hook.
|
//value_traits for this hook.
|
||||||
, public hook_tags_definer
|
, public hook_tags_definer
|
||||||
< generic_hook<NodeAlgorithms, Tag, LinkMode, BaseHookType>
|
< generic_hook<NodeAlgorithms, Tag, LinkMode, BaseHookType>
|
||||||
, detail::is_same<Tag, default_tag>::value*BaseHookType>
|
, detail::is_same<Tag, dft_tag>::value*BaseHookType>
|
||||||
/// @endcond
|
/// @endcond
|
||||||
{
|
{
|
||||||
/// @cond
|
/// @cond
|
||||||
|
@@ -37,8 +37,7 @@ struct fhtraits;
|
|||||||
template<class T, class Hook, Hook T::* P>
|
template<class T, class Hook, Hook T::* P>
|
||||||
struct mhtraits;
|
struct mhtraits;
|
||||||
|
|
||||||
//typedef void default_tag;
|
struct dft_tag;
|
||||||
struct default_tag;
|
|
||||||
struct member_tag;
|
struct member_tag;
|
||||||
|
|
||||||
template<class SupposedValueTraits>
|
template<class SupposedValueTraits>
|
||||||
@@ -231,7 +230,7 @@ struct hook_defaults
|
|||||||
{
|
{
|
||||||
typedef void* void_pointer;
|
typedef void* void_pointer;
|
||||||
static const link_mode_type link_mode = safe_link;
|
static const link_mode_type link_mode = safe_link;
|
||||||
typedef default_tag tag;
|
typedef dft_tag tag;
|
||||||
static const bool optimize_size = false;
|
static const bool optimize_size = false;
|
||||||
static const bool store_hash = false;
|
static const bool store_hash = false;
|
||||||
static const bool linear = false;
|
static const bool linear = false;
|
||||||
|
Reference in New Issue
Block a user