Sync develop with master #4

Merged
RoshanSyed merged 144 commits from master into develop 2019-12-16 15:20:56 +00:00
Showing only changes of commit 6d386e442b - Show all commits

View file

@ -382,5 +382,5 @@ struct visitor {
s.visit( to_static_variant(ar[1]) ); s.visit( to_static_variant(ar[1]) );
} }
template<typename... T> struct get_typename<static_variant<T...>> { static const char* name() { return typeid(static_variant<T...>).name(); } }; template<typename... T> struct get_typename<T...> { static const char* name() { return typeid(static_variant<T...>).name(); } };
} // namespace fc } // namespace fc