-
-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Minor: missing a std:: namespace tag #1521
Copy link
Copy link
Closed
Labels
confirmedrelease item: 🔨 further changesolution: proposed fixa fix for the issue has been proposed and waits for confirmationa fix for the issue has been proposed and waits for confirmation
Milestone
Metadata
Metadata
Assignees
Labels
confirmedrelease item: 🔨 further changesolution: proposed fixa fix for the issue has been proposed and waits for confirmationa fix for the issue has been proposed and waits for confirmation
In line 12493 of single_include json.hpp, the begin() call is missing std:: namespace prefix, so if boost is installed it is ambiguous. Adding std:: fixes it.
git hash df0f7f2
Thanks!