Split out helper functions on std::string from catch_common.h

This commit is contained in:
Martin Hořeňovský 2017-07-25 21:57:35 +02:00
parent 1e59ccee41
commit 1a96175bb2
17 changed files with 134 additions and 86 deletions

View file

@ -9,6 +9,7 @@
#include "catch_commandline.hpp"
#include "catch_common.h"
#include "catch_string_manip.h"
#include <fstream>
#include <ctime>