Skip to content
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

Annotate deprecated items with [[deprecated]] #1601

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.

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