mirror of
https://github.com/microsoft/GSL.git
synced 2025-11-17 15:59:22 +01:00
Fix issue #39: Add header guards
This commit is contained in:
@@ -16,6 +16,9 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef GSL_ARRAY_VIEW_H
|
||||
#define GSL_ARRAY_VIEW_H
|
||||
|
||||
#include <new>
|
||||
#include <stdexcept>
|
||||
#include <cstddef>
|
||||
@@ -2286,3 +2289,5 @@ general_array_view_iterator<ArrayView> operator+(typename general_array_view_ite
|
||||
#endif // _MSC_VER <= 1800
|
||||
|
||||
#pragma pop_macro("_NOEXCEPT")
|
||||
|
||||
#endif // GSL_ARRAY_VIEW_H
|
||||
|
||||
Reference in New Issue
Block a user