Factored out mention of "unprintable string" ("{?}")

This commit is contained in:
Phil Nash 2014-09-08 08:14:59 +01:00
parent 3e1d3c7271
commit ea33961b43
3 changed files with 18 additions and 9 deletions

View file

@ -15,6 +15,8 @@ namespace Catch {
namespace Detail {
std::string unprintableString = "{?}";
namespace {
struct Endianness {
enum Arch { Big, Little };