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
Problem with FManager::PropertyHolder::emplace_back
This is templated method used to emplace arbitrary items in implementation`s vector
As I see how library does, it is not instantiating things to type_list, mappings, etc - connected with lambda in emplace_back and user types AddToGlobal1_Property, AddToGlobal2_Property.
When it compiles, clang hangs on segmentations, GCC works well (UB??)
Actual Behavior
Problem with FManager::PropertyHolder::emplace_back
This is templated method used to emplace arbitrary items in implementation`s vector
As I see how library does, it is not instantiating things to type_list, mappings, etc - connected with lambda in emplace_back and user types AddToGlobal1_Property, AddToGlobal2_Property.
When it compiles, clang hangs on segmentations, GCC works well (UB??)
Steps to Reproduce the Problem
https://godbolt.org/z/Gq5bKbdes
Please take a look, thanks!
The text was updated successfully, but these errors were encountered: