FC Updates from BitShares and myself #21
1 changed files with 1 additions and 1 deletions
|
|
@ -561,7 +561,7 @@ namespace fc
|
||||||
to_variant( val, *this, max_depth );
|
to_variant( val, *this, max_depth );
|
||||||
}
|
}
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
inline void to_variant( size_t s, variant& v, uint32_t max_depth = 1 ) { v = variant(uint64_t(s)); }
|
inline void to_variant( size_t s, variant& v, uint32_t max_depth ) { v = variant(uint64_t(s)); }
|
||||||
#endif
|
#endif
|
||||||
template<typename T>
|
template<typename T>
|
||||||
void to_variant( const std::shared_ptr<T>& var, variant& vo, uint32_t max_depth )
|
void to_variant( const std::shared_ptr<T>& var, variant& vo, uint32_t max_depth )
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue