change from string to char*

This commit is contained in:
Jordan Maples [MSFT]
2019-12-12 16:48:59 -08:00
parent 0931262acf
commit 6c5c708877
10 changed files with 18 additions and 21 deletions

View File

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