浏览代码

meta: removed as_ref tag

Michele Caini 5 年之前
父节点
当前提交
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 {};