Split out helper functions on std::string from catch_common.h
This commit is contained in:
parent
1e59ccee41
commit
1a96175bb2
17 changed files with 134 additions and 86 deletions
|
@ -12,11 +12,12 @@
|
|||
#include "catch_interfaces_reporter.h"
|
||||
#include "catch_interfaces_testcase.h"
|
||||
|
||||
#include "internal/catch_text.h"
|
||||
#include "catch_text.h"
|
||||
|
||||
#include "catch_console_colour.hpp"
|
||||
#include "catch_test_spec_parser.hpp"
|
||||
#include "catch_tostring.h"
|
||||
#include "catch_string_manip.h"
|
||||
|
||||
#include <limits>
|
||||
#include <algorithm>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue