Move StringRef header to internals

This commit is contained in:
Martin Hořeňovský
2020-05-10 10:09:01 +02:00
parent 14533f5bb6
commit 9e498278be
23 changed files with 22 additions and 22 deletions

View File

@@ -10,7 +10,7 @@
#include <catch2/internal/catch_assertionhandler.hpp>
#include <catch2/interfaces/catch_interfaces_capture.hpp>
#include <catch2/catch_stringref.hpp>
#include <catch2/internal/catch_stringref.hpp>
// We need this suppression to leak, because it took until GCC 9
// for the front end to handle local suppression via _Pragma properly