-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
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 9.0 build failure #1472
Comments
Hello, could you try adding the following lines in template <typename U>
struct rebind {
using other = my_allocator<U>;
}; |
stac47
added a commit
to stac47/json
that referenced
this issue
Feb 22, 2019
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
stale
bot
added
the
state: stale
the issue has not been updated in a while and will be closed automatically soon unless it is updated
label
Mar 6, 2019
nlohmann
removed
the
state: stale
the issue has not been updated in a while and will be closed automatically soon unless it is updated
label
Mar 10, 2019
nlohmann
added a commit
that referenced
this issue
Mar 11, 2019
Fix gcc9 build error test/src/unit-allocator.cpp (Issue #1472)
Fixed by merging #1492. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Build failure using GCC 9.0 compiler on Fedora 30.
Run build under GCC 9.0.
Successful build.
Build failure:
Full build log: https://kojipkgs.fedoraproject.org//work/tasks/3159/32413159/build.log
GCC 9.0.
develop
branch?3.5.0
The text was updated successfully, but these errors were encountered: