зеркало из https://github.com/microsoft/GSL.git
Added the IWYU pragma export (#1154)
* Added the IWYU pragma export clang-tidy has added the check misc-include-cleaner with version 17. This check respects the IWYU pragmas.
This commit is contained in:
Родитель
32511b8de4
Коммит
82ba6c77ce
|
@ -17,6 +17,7 @@
|
|||
#ifndef GSL_GSL_H
|
||||
#define GSL_GSL_H
|
||||
|
||||
// IWYU pragma: begin_exports
|
||||
#include "algorithm" // copy
|
||||
#include "assert" // Ensures/Expects
|
||||
#include "byte" // byte
|
||||
|
@ -28,5 +29,6 @@
|
|||
#ifdef __cpp_exceptions
|
||||
#include "narrow" // narrow()
|
||||
#endif
|
||||
// IWYU pragma: end_exports
|
||||
|
||||
#endif // GSL_GSL_H
|
||||
|
|
Загрузка…
Ссылка в новой задаче