1
0
skypjack 1 сар өмнө
parent
commit
4a2213ef4e

+ 1 - 1
src/entt/core/tuple.hpp

@@ -83,7 +83,7 @@ struct forward_apply: private Func {
  * @tparam Func Type of underlying invocable object.
  * @tparam Func Type of underlying invocable object.
  */
  */
 template<typename Func>
 template<typename Func>
-forward_apply(Func) -> forward_apply<std::remove_reference_t<std::remove_const_t<Func>>>;
+forward_apply(Func) -> forward_apply<std::remove_cvref_t<Func>>;
 
 
 } // namespace entt
 } // namespace entt