From 6d386e442b57f4da6099ebd934e071a73d46f398 Mon Sep 17 00:00:00 2001 From: Vikram Rajkumar Date: Tue, 25 Apr 2017 20:22:31 -0500 Subject: [PATCH] Revert "...Fix build?" This reverts commit 908762d687eccab019403189fd1d95502fb75c89. --- include/fc/static_variant.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fc/static_variant.hpp b/include/fc/static_variant.hpp index 228eb65..9aab790 100644 --- a/include/fc/static_variant.hpp +++ b/include/fc/static_variant.hpp @@ -382,5 +382,5 @@ struct visitor { s.visit( to_static_variant(ar[1]) ); } - template struct get_typename> { static const char* name() { return typeid(static_variant).name(); } }; + template struct get_typename { static const char* name() { return typeid(static_variant).name(); } }; } // namespace fc