mirror of
https://github.com/microsoft/GSL.git
synced 2026-07-10 18:40:49 +02:00
change from string to char*
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
#include <cstddef> // for size_t
|
||||
|
||||
namespace{
|
||||
static const std::string deathstring("Expected Death");
|
||||
static const char *deathstring("Expected Death");
|
||||
}
|
||||
|
||||
namespace gsl
|
||||
|
||||
Reference in New Issue
Block a user