1
0
Эх сурвалжийг харах

poly: make vs2017 happy again

Michele Caini 5 жил өмнө
parent
commit
8913c7ea18

+ 1 - 1
src/entt/poly/poly.hpp

@@ -69,7 +69,7 @@ class poly_vtable {
 
     template<auto... Candidate>
     static auto make_vtable(value_list<Candidate...>)
-    -> std::tuple<decltype(vtable_entry(Candidate))...>;
+    -> decltype(std::make_tuple(vtable_entry(Candidate)...));
 
     template<typename... Func>
     [[nodiscard]] static constexpr auto make_vtable(type_list<Func...>)  {