Updates from BitShares FC #22

Closed
nathanielhourt wants to merge 693 commits from dapp-support into latest-fc
Showing only changes of commit f29248d139 - Show all commits

View file

@ -443,6 +443,9 @@ public:
}
tag_type which() const {return _tag;}
template<typename T>
bool is_type() const { return _tag == tag<T>::value; }
};
struct from_static_variant