aboutsummaryrefslogtreecommitdiffstats
path: root/include/gsl/span
diff options
context:
space:
mode:
authorbjude <ben.aw.jude@gmail.com>2017-11-15 00:38:16 +0800
committerNeil MacIntosh <neilmac@microsoft.com>2017-11-14 08:38:16 -0800
commit7e529a47c2bf8eb8cc5ab509595f05e0bfbe720f (patch)
treeb879e3c9419dfe4dd6f9c33b8aba652acb2b9be0 /include/gsl/span
parent2ad93a38dd23a0c8032522850e401917e80050da (diff)
downloadplatform_external_Microsoft-GSL-7e529a47c2bf8eb8cc5ab509595f05e0bfbe720f.tar.gz
platform_external_Microsoft-GSL-7e529a47c2bf8eb8cc5ab509595f05e0bfbe720f.tar.bz2
platform_external_Microsoft-GSL-7e529a47c2bf8eb8cc5ab509595f05e0bfbe720f.zip
Remove #pragma once (#545) (#570)
Core Guidelines SF.8 recommends using portable include guards instead.
Diffstat (limited to 'include/gsl/span')
-rw-r--r--include/gsl/span2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/gsl/span b/include/gsl/span
index 7ea1a6c..98fe768 100644
--- a/include/gsl/span
+++ b/include/gsl/span
@@ -14,8 +14,6 @@
//
///////////////////////////////////////////////////////////////////////////////
-#pragma once
-
#ifndef GSL_SPAN_H
#define GSL_SPAN_H