Skip to content

Modernize code to C++11 #3612

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

Merged
merged 6 commits into from
Sep 22, 2023
Merged

Modernize code to C++11 #3612

merged 6 commits into from
Sep 22, 2023

Conversation

kleisauke
Copy link
Member

See the individual commits for more details.

Copy link
Member

@lovell lovell left a comment

Choose a reason for hiding this comment

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

It looks like this might conflict with other open PRs so I'm unsure of the best merge order.

@@ -235,10 +235,9 @@ class VOption {
VipsBlob **vblob;
};

Pair(const char *name) : name(name), input(false), vimage(0)
explicit Pair(const char *name) : name(name), value(G_VALUE_INIT),
Copy link
Member

Choose a reason for hiding this comment

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

🎉

@kleisauke kleisauke merged commit 5482ead into libvips:master Sep 22, 2023
@kleisauke kleisauke deleted the cplusplus11 branch September 22, 2023 12:49
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