Skip to content

Commit

Permalink
Merge pull request themuseblockchain#1 from cwyyprog/fix-for-build-wi…
Browse files Browse the repository at this point in the history
…th-gcc-7.2-1

Update static_variant.hpp
  • Loading branch information
cwyyprog authored Nov 14, 2017
2 parents cb62798 + e754b49 commit 1296ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/fc/static_variant.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -382,5 +382,5 @@ struct visitor {
s.visit( to_static_variant(ar[1]) );
}

template<typename... T> struct get_typename<T...> { static const char* name() { return typeid(static_variant<T...>).name(); } };
template<typename... T> struct get_typename { static const char* name() { return typeid(static_variant<T...>).name(); } };
} // namespace fc

0 comments on commit 1296ebb

Please sign in to comment.