mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
rename gslassert.h to assert.h
This commit is contained in:
parent
c29537a341
commit
a1af25a1c4
@ -29,7 +29,7 @@
|
||||
#include <array>
|
||||
#include <iterator>
|
||||
#include <algorithm>
|
||||
#include "gslassert.h"
|
||||
#include "assert.h"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
#include "array_view.h" // array_view, strided_array_view...
|
||||
#include "string_view.h" // zstring, string_view, zstring_builder...
|
||||
#include "gslassert.h"
|
||||
#include "assert.h"
|
||||
#include <memory>
|
||||
|
||||
#ifdef _MSC_VER
|
||||
|
Loading…
Reference in New Issue
Block a user