Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@georgthegreat
Copy link
Contributor

No description provided.

@dkurt
Copy link
Member

dkurt commented Sep 6, 2023

Do we really need this when there is a Koenig Lookup?

@georgthegreat
Copy link
Contributor Author

We use patched libc++ which uses raw pointers as iterators.
Hence ADL does not work.

There is no need to use ADL when it does not add any value to the code.
There is no additional value in using ADL in these 10 lines.

Copy link
Contributor

@asmorkalov asmorkalov left a comment

Choose a reason for hiding this comment

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

👍

@asmorkalov asmorkalov added this to the 4.9.0 milestone Sep 6, 2023
@asmorkalov asmorkalov merged commit 1ebea1e into opencv:4.x Sep 6, 2023
@georgthegreat georgthegreat deleted the missing-qualifiers branch September 6, 2023 15:02
@asmorkalov asmorkalov mentioned this pull request Sep 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants