Skip to content

Don't return "const values" #15

Description

@tanadeau

In member functions like dump and type_name, return std::string instead const std::string. Returning const values cause unnecessary copies to occur.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions