Fix issue #39: Add header guards

This commit is contained in:
Treb Connell
2015-09-24 18:08:34 -07:00
parent 8ae77b1fd5
commit 51da13607c
4 changed files with 20 additions and 0 deletions

View File

@@ -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