Michele Caini 5 лет назад
Родитель
Сommit
2d17ef5c7e
1 измененных файлов с 0 добавлено и 4 удалено
  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 {};