Remove old macro
This macro is now in FC, so no need to define it here anymore
This commit is contained in:
parent
10adf05881
commit
ced4380664
1 changed files with 0 additions and 15 deletions
|
|
@ -55,21 +55,6 @@ namespace raw { \
|
||||||
ext template void unpack< datastream<const char*>, type >( datastream<const char*>& s, type& tx, uint32_t _max_depth=FC_PACK_MAX_DEPTH ); \
|
ext template void unpack< datastream<const char*>, type >( datastream<const char*>& s, type& tx, uint32_t _max_depth=FC_PACK_MAX_DEPTH ); \
|
||||||
} } // fc::raw
|
} } // fc::raw
|
||||||
|
|
||||||
#define FC_REFLECT_DERIVED_NO_TYPENAME( TYPE, INHERITS, MEMBERS ) \
|
|
||||||
namespace fc { \
|
|
||||||
template<> struct reflector<TYPE> {\
|
|
||||||
typedef TYPE type; \
|
|
||||||
typedef fc::true_type is_defined; \
|
|
||||||
typedef fc::false_type is_enum; \
|
|
||||||
enum member_count_enum { \
|
|
||||||
local_member_count = 0 BOOST_PP_SEQ_FOR_EACH( FC_REFLECT_MEMBER_COUNT, +, MEMBERS ),\
|
|
||||||
total_member_count = local_member_count BOOST_PP_SEQ_FOR_EACH( FC_REFLECT_BASE_MEMBER_COUNT, +, INHERITS )\
|
|
||||||
}; \
|
|
||||||
FC_REFLECT_DERIVED_IMPL_INLINE( TYPE, INHERITS, MEMBERS ) \
|
|
||||||
}; \
|
|
||||||
} // fc
|
|
||||||
|
|
||||||
|
|
||||||
namespace graphene { namespace chain {
|
namespace graphene { namespace chain {
|
||||||
using namespace graphene::db;
|
using namespace graphene::db;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue