mirror of
https://github.com/microsoft/GSL.git
synced 2025-11-16 23:39:42 +01: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