mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-31 17:07:52 +00:00
Don't include string/ vector matchers if CATCH_CONFIG_MATCHERS defined
This commit is contained in:
parent
a36395e2ff
commit
8582780f11
2 changed files with 1 additions and 2 deletions
|
@ -36,8 +36,6 @@
|
|||
#include "internal/catch_benchmark.h"
|
||||
#include "internal/catch_interfaces_exception.h"
|
||||
#include "internal/catch_approx.hpp"
|
||||
#include "internal/catch_matchers_string.h"
|
||||
#include "internal/catch_matchers_vector.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