Skip to content

problem with instantiation of templated method, probably detection problem #39

Open
@eugenca

Description

@eugenca

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions