You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I met the same problem.
and I solved the problem by adding the static thread loacl variable to static member function
like:
static auto &get_X{
static thread_local X;
}
Uh oh!
There was an error while loading. Please reload this page.
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

The text was updated successfully, but these errors were encountered: