Skip to content
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

redefinition of ‘bool __tls_guard’ in orm/tiny/concerns/hasattributes.hpp:412 #35

Open
SchaichAlonso opened this issue Aug 30, 2023 · 1 comment
Labels
bug Something isn't working c++ C++ code related

Comments

@SchaichAlonso
Copy link
Contributor

SchaichAlonso commented Aug 30, 2023

Hi

GitHub actions' ubuntu-22.04 runner is failing to process statements in orm/tiny/concerns/hasattributes.hpp:412 and orm/tiny/concerns/queriesrelationships.hpp:71, claiming a redefinition of bool __tls_guard

Reproducer
CI Run
Maybe related issue: gcc#66944

Visual Studio claims thread local storage class was not valid there, too, though unlike GCC, MSVC compiles the code nevertheless
image

@silverqx
Copy link
Owner

That doesn't look good.

@silverqx silverqx added the bug Something isn't working label Aug 30, 2023
@silverqx silverqx added the c++ C++ code related label Oct 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working c++ C++ code related
Projects
None yet
Development

No branches or pull requests

2 participants