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
gcc 11.4 fails to compile this example with an error template argument 1 is invalid on this line:
template argument 1 is invalid
bimap/example/population_bimap.cpp
Line 46 in e5c2657
Specifying the Boost namespace on optional fixes it (you cannot use std here).
optional
The text was updated successfully, but these errors were encountered:
No branches or pull requests
gcc 11.4 fails to compile this example with an error
template argument 1 is invalid
on this line:bimap/example/population_bimap.cpp
Line 46 in e5c2657
Specifying the Boost namespace on
optional
fixes it (you cannot use std here).The text was updated successfully, but these errors were encountered: