We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
i just ran into an ambiguous reference. I'm using my own compiled boost version with openFrameworks which may couse this error.
openFrameworks
(24) .../ofxDatGui/src/ofxDatGui.h (24) .../ofxDatGui/src/components/ofxDatGuiGroups.h (24) .../ofxDatGui/src/components/ofxDatGuiLabel.h (24) .../ofxDatGui/src/core/ofxDatGuiComponent.h Error:(79, 68) reference to '_1' is ambiguous
It would help to fully qualify the placeholder like this: std::placeholders::_1. Does this make sense?
std::placeholders::_1
The text was updated successfully, but these errors were encountered:
I'm fine with this, will push up a patch in a moment.
Sorry, something went wrong.
fdac120
No branches or pull requests
Hi,
i just ran into an ambiguous reference. I'm using my own compiled boost version with
openFrameworks
which may couse this error.It would help to fully qualify the placeholder like this:
std::placeholders::_1
.Does this make sense?
The text was updated successfully, but these errors were encountered: