Skip to content

Please use more unique header guards, or #pragma once #904

Description

@shevek-google

I hit a bug where date.h was not being included because another header in an application source tree also defined DATE_H (which isn't very unique).

#pragma once is intended to solve this robustly.

See apache/arrow#48738 for context.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions