TinyORM icon indicating copy to clipboard operation
TinyORM copied to clipboard

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

Open SchaichAlonso opened this issue 1 year ago • 1 comments

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

SchaichAlonso avatar Aug 30 '23 13:08 SchaichAlonso

That doesn't look good.

silverqx avatar Aug 30 '23 13:08 silverqx