Skip to content

Annotate deprecated items with [[deprecated]] #1601

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Nerixyz
Copy link

@Nerixyz Nerixyz commented Mar 7, 2025

Marks items disabled with ASIO_NO_DEPRECATED as [[deprecated]] (in C++ 14 and later). This helps users migrate earlier. Users can define ASIO_IGNORE_DEPRECATED to disable the warnings.

Fixes #1571.

@Nerixyz Nerixyz force-pushed the fix/annotate-deprecated branch from 9e3e83d to d345147 Compare April 26, 2025 13:58
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.

Removal of deprecated things
1 participant