Skip to content

#include statements violate SF.12 #1188

@carsonRadtke

Description

@carsonRadtke

SF.12: Prefer the quoted form of #include for files relative to the including file and the angle bracket form everywhere else

@beinhaerter raised this concern in #1184 and phrased the issue perfectly:

"""
As the GSL is there to support the guidelines it should itself follow the guidelines.
That means GSL should #include "..." and not #include <...>.
"""

The decision we came to in that PR thread was to revert !1184 and replace it with "./"(ex: "gsl/assert" -> "./assert").

Metadata

Metadata

Assignees

Labels

No fields configured for Feature.

Projects

Status
New

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions