FC Updates from BitShares and myself #21

Closed
nathanielhourt wants to merge 687 commits from dapp-support into latest-fc
Showing only changes of commit 4cfb54fd56 - 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