mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-31 00:47:56 +00:00
Extracted string matchers impl into cpp that is only compiled into main TU
This commit is contained in:
parent
7fed25ad1f
commit
1400127d6f
5 changed files with 125 additions and 77 deletions
|
@ -36,7 +36,7 @@
|
|||
#include "internal/catch_generators.hpp"
|
||||
#include "internal/catch_interfaces_exception.h"
|
||||
#include "internal/catch_approx.hpp"
|
||||
#include "internal/catch_matchers_string.hpp"
|
||||
#include "internal/catch_matchers_string.h"
|
||||
#include "internal/catch_compiler_capabilities.h"
|
||||
#include "internal/catch_interfaces_tag_alias_registry.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue