Skip to content

Revert "Replace a few more deprecated pre-C++11 styles"#2044

Merged
peternewman merged 1 commit intomasterfrom
revert-1890-remove-deprecated-uses
Apr 18, 2026
Merged

Revert "Replace a few more deprecated pre-C++11 styles"#2044
peternewman merged 1 commit intomasterfrom
revert-1890-remove-deprecated-uses

Conversation

@peternewman
Copy link
Copy Markdown
Member

Reverts #1890

Please discuss in one place here:
#2035 (comment)

@peternewman peternewman added this to the 0.11.0 milestone Apr 18, 2026
@peternewman peternewman merged commit 2c65292 into master Apr 18, 2026
14 of 48 checks passed
Comment thread include/ola/ExportMap.h

struct VariableLessThan {
struct VariableLessThan: public std::binary_function<BaseVariable*,
BaseVariable*, bool> {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Technically you don't have to revert this line as the fix was just to remove the (deprecated) base class, which doesn't affect the code otherwise. However, it might be useful to keep the PR as one whole..

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, and I did find I only needed to undo a subset of the changes across both to fix it, but that feels like more pain than it's worth IMHO, the reverts always seem to end up a nightmare either way...

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@peternewman peternewman deleted the revert-1890-remove-deprecated-uses branch April 18, 2026 16:08
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.

3 participants