mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-28 18:41:57 -05:00
Merge 905f8b30bb
into 32511b8de4
This commit is contained in:
commit
9d921fd7e6
@ -17,6 +17,7 @@
|
|||||||
#ifndef GSL_GSL_H
|
#ifndef GSL_GSL_H
|
||||||
#define GSL_GSL_H
|
#define GSL_GSL_H
|
||||||
|
|
||||||
|
// IWYU pragma: begin_exports
|
||||||
#include "algorithm" // copy
|
#include "algorithm" // copy
|
||||||
#include "assert" // Ensures/Expects
|
#include "assert" // Ensures/Expects
|
||||||
#include "byte" // byte
|
#include "byte" // byte
|
||||||
@ -28,5 +29,6 @@
|
|||||||
#ifdef __cpp_exceptions
|
#ifdef __cpp_exceptions
|
||||||
#include "narrow" // narrow()
|
#include "narrow" // narrow()
|
||||||
#endif
|
#endif
|
||||||
|
// IWYU pragma: end_exports
|
||||||
|
|
||||||
#endif // GSL_GSL_H
|
#endif // GSL_GSL_H
|
||||||
|
Loading…
Reference in New Issue
Block a user