Skip to content

volatile qualifier is moved from member function to its return type #201

@languagelawyer

Description

@languagelawyer
struct S
{
  void f() volatile;
};

is translated into

struct S
{
  volatile void f();
  
};

const, & and && function qualifiers seem to be handled correctly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions