Skip to content

Commit b933395

Browse files
committed
Update vendor
1 parent df4296c commit b933395

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

example/vendor/cget/pkg/foonathan__debug_assert/install/lib/cmake/debug_assert/debug_assert-targets.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Generated by CMake
22

33
if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8)
4-
message(FATAL_ERROR "CMake >= 2.8.0 required")
4+
message(FATAL_ERROR "CMake >= 3.1.0 required")
55
endif()
66
if(CMAKE_VERSION VERSION_LESS "3.1.0")
77
message(FATAL_ERROR "CMake >= 3.1.0 required")
88
endif()
99
cmake_policy(PUSH)
10-
cmake_policy(VERSION 3.1.0...3.28)
10+
cmake_policy(VERSION 3.1.0...3.29)
1111
#----------------------------------------------------------------
1212
# Generated CMake target import file.
1313
#----------------------------------------------------------------

tests/vendor/cget/pkg/boost-ext__ut/install/include/boost/ut.hpp

+14-14
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export import std;
5757
#elif not defined(__cpp_static_assert)
5858
#error "[Boost::ext].UT requires support for static assert";
5959
#else
60-
#define BOOST_UT_VERSION 2'1'0
60+
#define BOOST_UT_VERSION 2'1'1
6161

6262
#if defined(__has_builtin) and defined(__GNUC__) and (__GNUC__ < 10) and \
6363
not defined(__clang__)
@@ -105,11 +105,11 @@ export import std;
105105
#include <source_location>
106106
#endif
107107

108-
struct unique_name_for_auto_detect_prefix_and_suffix_lenght_0123456789_struct_ {
108+
struct unique_name_for_auto_detect_prefix_and_suffix_length_0123456789_struct_ {
109109
};
110110

111111
BOOST_UT_EXPORT
112-
namespace boost::inline ext::ut::inline v2_1_0 {
112+
namespace boost::inline ext::ut::inline v2_1_1 {
113113
namespace utility {
114114
template <class>
115115
class function;
@@ -298,29 +298,29 @@ template <typename TargetType>
298298

299299
inline constexpr const std::string_view raw_type_name =
300300
get_template_function_name_use_decay_type<
301-
unique_name_for_auto_detect_prefix_and_suffix_lenght_0123456789_struct_>();
301+
unique_name_for_auto_detect_prefix_and_suffix_length_0123456789_struct_>();
302302

303303
inline constexpr const std::size_t raw_length = raw_type_name.length();
304304
inline constexpr const std::string_view need_name =
305305
#if defined(_MSC_VER) and not defined(__clang__)
306306
"struct "
307-
"unique_name_for_auto_detect_prefix_and_suffix_lenght_0123456789_struct_";
307+
"unique_name_for_auto_detect_prefix_and_suffix_length_0123456789_struct_";
308308
#else
309-
"unique_name_for_auto_detect_prefix_and_suffix_lenght_0123456789_struct_";
309+
"unique_name_for_auto_detect_prefix_and_suffix_length_0123456789_struct_";
310310
#endif
311311
inline constexpr const std::size_t need_length = need_name.length();
312312
static_assert(need_length <= raw_length,
313-
"Auto find prefix and suffix lenght broken error 1");
313+
"Auto find prefix and suffix length broken error 1");
314314
inline constexpr const std::size_t prefix_length =
315315
raw_type_name.find(need_name);
316316
static_assert(prefix_length != std::string_view::npos,
317-
"Auto find prefix and suffix lenght broken error 2");
317+
"Auto find prefix and suffix length broken error 2");
318318
static_assert(prefix_length <= raw_length,
319-
"Auto find prefix and suffix lenght broken error 3");
320-
inline constexpr const std::size_t tail_lenght = raw_length - prefix_length;
321-
static_assert(need_length <= tail_lenght,
322-
"Auto find prefix and suffix lenght broken error 4");
323-
inline constexpr const std::size_t suffix_length = tail_lenght - need_length;
319+
"Auto find prefix and suffix length broken error 3");
320+
inline constexpr const std::size_t tail_length = raw_length - prefix_length;
321+
static_assert(need_length <= tail_length,
322+
"Auto find prefix and suffix length broken error 4");
323+
inline constexpr const std::size_t suffix_length = tail_length - need_length;
324324

325325
} // namespace detail
326326

@@ -3324,7 +3324,7 @@ using operators::operator not;
33243324
using operators::operator|;
33253325
using operators::operator/;
33263326
using operators::operator>>;
3327-
} // namespace boost::inline ext::ut::inline v2_1_0
3327+
} // namespace boost::inline ext::ut::inline v2_1_1
33283328

33293329
#if (defined(__GNUC__) || defined(__clang__) || defined(__INTEL_COMPILER)) && \
33303330
!defined(__EMSCRIPTEN__)

tests/vendor/cget/pkg/foonathan__debug_assert/install/lib/cmake/debug_assert/debug_assert-targets.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Generated by CMake
22

33
if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8)
4-
message(FATAL_ERROR "CMake >= 2.8.0 required")
4+
message(FATAL_ERROR "CMake >= 3.1.0 required")
55
endif()
66
if(CMAKE_VERSION VERSION_LESS "3.1.0")
77
message(FATAL_ERROR "CMake >= 3.1.0 required")
88
endif()
99
cmake_policy(PUSH)
10-
cmake_policy(VERSION 3.1.0...3.28)
10+
cmake_policy(VERSION 3.1.0...3.29)
1111
#----------------------------------------------------------------
1212
# Generated CMake target import file.
1313
#----------------------------------------------------------------

0 commit comments

Comments
 (0)