Skip to content

C++ - const issue #190

@polidobj

Description

@polidobj
public class B
{
}

public class A
{
  B() member;
  public B! GetB() { return member; }
}

This results in:
'return': cannot convert from 'const B *' to 'B *'

Is this a C++ output issue? Or is this an issue with my fut code?

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions