...Fix build?
This commit is contained in:
parent
1f41494f36
commit
908762d687
1 changed files with 1 additions and 1 deletions
|
|
@ -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<T...> { static const char* name() { return typeid(static_variant<T...>).name(); } };
|
template<typename... T> struct get_typename<static_variant<T...>> { static const char* name() { return typeid(static_variant<T...>).name(); } };
|
||||||
} // namespace fc
|
} // namespace fc
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue