Skip to content

Remove MULTILINE() macro hack #2

@FireFlyForLife

Description

@FireFlyForLife

I have a macro for writing multiline strings.

But as time went on C++ now has raw string literals

R"(Even quotes are allowed here!
And I can just keep typing with new
lines!)"

Places where I use this:

  • hardcoded divs.
  • export templates (for header/source files)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions