-
Notifications
You must be signed in to change notification settings - Fork 32
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
Compilation error - GCC 7.4.0 #13
Comments
I can reproduce with gcc version 7.4.0 (Debian 7.4.0-1). Running with
|
Thanks for reply. Will think about it. |
This error does not arise with libc++, so |
Hello |
I don't see any PRs referencing this issue. If this still happens on HEAD, it's not solved. |
This happens on all compilers now, because some/most header pulls in the atomic header |
#18 should have addressed this issue. I'm able to build the main branch with the |
On Thu, Oct 5, 2023 at 12:09 PM Arne Schober ***@***.***> wrote:
This happens on all compilers now, because some/most header pulls in
The solution is simple just abandon your hack of overriding std:: and just
have the users change their code to use rl:: or using namespace rl; or some
thing like that.Message ID: ***@***.***
com>
[...]
That is what I do now. Seems to work like a charm.
|
Hi Дмитрий,
Thank you for such tool and your efforts, really nice... However I'm not able to compile any of the examples.
The invoking
make all
org++ -I. test1.cpp
leads toNot sure what to do. Could you mind to help, thank you in advance...
gcc version below...
test file from your discription for 'relacy'
The text was updated successfully, but these errors were encountered: