-
Notifications
You must be signed in to change notification settings - Fork 345
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
API: comment out deprecation warnings, for now
The methods changed in this commit are in use by Leanfront working with v29 through master. Add comment that these should go away and comment out the LOG messages.
- Loading branch information
Bill Meek
committed
Nov 2, 2024
1 parent
d558dd3
commit 1c36c9e
Showing
1 changed file
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1c36c9e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it be useful to add
[[deprecated]]
attributes to the header? https://en.cppreference.com/w/cpp/language/attributes/deprecated1c36c9e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Turns out that Peter's using the methods I had marked in Leanfront working with v29 and above. Eventually,
these will become deprecated again. Agree with marking them as above and thanks for the link.