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