meta: removed as_ref tag

This commit is contained in:
Michele Caini
2020-12-12 14:58:31 +01:00
parent dda8c209df
commit 2d17ef5c7e

View File

@@ -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 {};