Parcourir la source

meta: removed as_ref tag

Michele Caini il y a 5 ans
Parent
commit
2d17ef5c7e
1 fichiers modifiés avec 0 ajouts et 4 suppressions
  1. 0 4
      src/entt/meta/policy.hpp

+ 0 - 4
src/entt/meta/policy.hpp

@@ -9,10 +9,6 @@ namespace entt {
 struct as_ref_t {};
 
 
-/*! @brief Disambiguation tag. */
-inline constexpr as_ref_t as_ref;
-
-
 /*! @brief Empty class type used to request the _as-is_ policy. */
 struct as_is_t {};