https://bugs.llvm.org/show_bug.cgi?id=40006

Lambert Clara <lambert.cl...@yahoo.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #10 from Lambert Clara <lambert.cl...@yahoo.fr> ---
Hello!

Thanks for the change, unfortunately it only solve the use case I pasted, which
doesn't cover all of them :(

Here is a snipped that still exhibits the problem:

template<typename T>
class Arr
{
    T* m_data;
};

struct Object
{
    struct SubObject
    {
        __declspec(dllexport) SubObject() = default;
        unsigned int m_value {0};
    };
    Arr<SubObject> array;
};

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to