File tree 2 files changed +19
-0
lines changed
2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change
1
+ // Copyright Dominic (DNKpp) Koepke 2024 - 2025.
2
+ // Distributed under the Boost Software License, Version 1.0.
3
+ // (See accompanying file LICENSE_1_0.txt or copy at
4
+ // https://www.boost.org/LICENSE_1_0.txt)
5
+
6
+ #ifndef MIMICPP_UTILITIES_HPP
7
+ #define MIMICPP_UTILITIES_HPP
8
+
9
+ #include " mimic++/utilities/Algorithm.hpp"
10
+ #include " mimic++/utilities/AlwaysFalse.hpp"
11
+ #include " mimic++/utilities/C++23Backports.hpp"
12
+ #include " mimic++/utilities/Concepts.hpp"
13
+ #include " mimic++/utilities/PriorityTag.hpp"
14
+ #include " mimic++/utilities/Regex.hpp"
15
+ #include " mimic++/utilities/SourceLocation.hpp"
16
+ #include " mimic++/utilities/TypeList.hpp"
17
+
18
+ #endif
Original file line number Diff line number Diff line change 24
24
#include " mimic++/Sequence.hpp"
25
25
#include " mimic++/String.hpp"
26
26
#include " mimic++/TypeTraits.hpp"
27
+ #include " mimic++/Utilities.hpp"
27
28
28
29
#include " mimic++/matchers/Common.hpp"
29
30
#include " mimic++/matchers/FloatingPointMatchers.hpp"
You can’t perform that action at this time.
0 commit comments