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

Add missing includes, switch to min_category, add iterators namespace #28

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

Conversation

Lastique
Copy link
Member

@Lastique Lastique commented Feb 8, 2025

Add missing includes for Boost.Iterator and standard library components. Specifically, enable_if_convertible in Boost.Iterator is now defined in its own header.

Use min_category instead of minimum_category as the latter is deprecated. The replacement is a direct equivalent, but doesn't bring the dependency on Boost.MPL and is variadic.

Explicitly specify iterators namespace for Boost.Iterator components.

Add missing includes for Boost.Iterator and standard library components.
Specifically, enable_if_convertible in Boost.Iterator is now defined
in its own header.

Use min_category instead of minimum_category as the latter is deprecated.
The replacement is a direct equivalent, but doesn't bring the dependency
on Boost.MPL and is variadic.

Explicitly specify iterators namespace for Boost.Iterator components.
@Lastique
Copy link
Member Author

Lastique commented Feb 8, 2025

Note: C++03 CI jobs will fail as expected, as C++03 is no longer supported.

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.

1 participant