diff options
| author | Shauren <shauren.trinity@gmail.com> | 2024-12-16 12:04:14 +0100 |
|---|---|---|
| committer | Ovahlord <dreadkiller@gmx.de> | 2024-12-16 16:43:51 +0100 |
| commit | 99c9b4c24062a7f0b6e1481a1d740b558eb52e86 (patch) | |
| tree | 1cc524d6cb92ac526856486fff6cbdbb2b56753a /src/common/Utilities/advstd.h | |
| parent | d0be0fcaedbaf60683c2755e0c927a57c9552125 (diff) | |
Fix codestyle
Diffstat (limited to 'src/common/Utilities/advstd.h')
| -rw-r--r-- | src/common/Utilities/advstd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Utilities/advstd.h b/src/common/Utilities/advstd.h index 42cddf8501a..c09c47ddd4b 100644 --- a/src/common/Utilities/advstd.h +++ b/src/common/Utilities/advstd.h @@ -57,7 +57,7 @@ template <typename To, typename From, #ifndef __cpp_lib_ranges_contains #include <functional> // for std::ranges::equal_to, std::identity #include <iterator> // for std::input_iterator, std::sentinel_for, std::projected -#endif +#endif namespace advstd::ranges { |
