We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cca2b7f commit d25ecb1Copy full SHA for d25ecb1
unit/catch/catch.hpp
@@ -8,6 +8,14 @@
8
* Distributed under the Boost Software License, Version 1.0. (See accompanying
9
* file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
10
*/
11
+
12
+#ifndef INCLUDED_VIA_USE_CATCH_H
13
+#error Do not include this file directly, use use_catch.h instead
14
+#endif
15
16
+// this is imported code, don't impose formatting rules
17
+// clang-format off
18
19
#ifndef TWOBLUECUBES_SINGLE_INCLUDE_CATCH_HPP_INCLUDED
20
#define TWOBLUECUBES_SINGLE_INCLUDE_CATCH_HPP_INCLUDED
21
@@ -11418,3 +11426,4 @@ using Catch::Detail::Approx;
11418
11426
11419
11427
#endif // TWOBLUECUBES_SINGLE_INCLUDE_CATCH_HPP_INCLUDED
11420
11428
11429
+// clang-format on
0 commit comments