Skip to content

Missing constexpr flag on variable declaration #148

Open
@DarkArc

Description

@DarkArc

MSVC produced IFCs do not mark the Constexpr object traits flag when dealing with cases like the following:

struct X {
  static const X m;
};
constexpr X X::m { 13 };

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