Skip to content

docs universal: remove incorrect deprecated tag#1207

Closed
ddvamp wants to merge 1 commit intouserver-framework:developfrom
ddvamp:userver-patch-meta
Closed

docs universal: remove incorrect deprecated tag#1207
ddvamp wants to merge 1 commit intouserver-framework:developfrom
ddvamp:userver-patch-meta

Conversation

@ddvamp
Copy link
Copy Markdown
Contributor

@ddvamp ddvamp commented Apr 27, 2026

The element references itself.

Probably a copypaste

/// @brief Returns `true` if the type (with remove cv-qualifiers) is an instantiation of the specified template.
/// @deprecated Use @ref meta::IsCvInstantiationOf instead.
template <template <typename...> typename Template, typename T>
// NOLINTNEXTLINE(readability-identifier-naming)
concept kIsCvInstantiationOf = IsCvInstantiationOf<T, Template>;

@apolukhin
Copy link
Copy Markdown
Member

LGTM

@robot-magpie
Copy link
Copy Markdown

robot-magpie Bot commented Apr 28, 2026

Many thanks for the PR! @apolukhin is now importing your pull request into our internal upstream repository.

@robot-magpie
Copy link
Copy Markdown

robot-magpie Bot commented Apr 29, 2026

✅ This pull request is being closed because it has been successfully merged into our internal monorepository.
Your changes will be pushed to this repository soon. Thank you for your contribution!

@robot-magpie robot-magpie Bot closed this Apr 29, 2026
robot-piglet pushed a commit that referenced this pull request Apr 29, 2026
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants