forked fromglynos/cpp-netlib
- Notifications
You must be signed in to change notification settings - Fork425
Open
Description
Hello everyone,
OS: ubuntu 18.04 (dockerized)
There seems to be an ambiguity inmake_optional
calls due to ADL when compiling with gcc + libstdc++ as packaged in Ubuntu. For some reason std::make_optional is included indirectly in fileuri_parts.hpp
file. I tried to include cppnet headers before anything else but the problem persisted.
So I created a patch for explicit ::boost qualification inuri_parts.hpp
. If there is any interest, please let me know, I will send a PR.
Metadata
Metadata
Assignees
Labels
No labels