Skip to content

Commit 407c685

Browse files
ddvamprobot-piglet
authored andcommitted
docs universal: remove incorrect deprecated tag
The element references itself. Probably a copypaste https://github.com/userver-framework/userver/blob/574b400e40ee5e7cdbc633f2dbbc5f69680ffe60/universal/include/userver/utils/meta_light.hpp#L99-L103 Tests: протестировано CI --- Pull Request resolved: #1207 commit_hash:74e2929d8949f7f5d7e9625052446f71e62bc71d
1 parent 93b53d8 commit 407c685

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

universal/include/userver/utils/meta_light.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ template <typename T, template <typename...> typename Template>
7575
concept IsInstantiationOf = impl::IsInstantiationOf<Template, T>::value;
7676

7777
/// @brief Returns `true` if the type (with remove cv-qualifiers) is an instantiation of the specified template.
78-
/// @deprecated Use @ref meta::IsCvInstantiationOf instead.
7978
template <typename T, template <typename...> typename Template>
8079
concept IsCvInstantiationOf = IsInstantiationOf<std::remove_cv_t<T>, Template>;
8180

0 commit comments

Comments
 (0)