From 61cbf4ff2a84aa14ea7f00709e859b09b82cf86c Mon Sep 17 00:00:00 2001 From: Takayama Fumihiko Date: Mon, 6 May 2024 22:01:56 +0900 Subject: [PATCH] Update vendor --- .../cget/pkg/pqrs-org__cpp-hid/install/include/pqrs/hid.hpp | 2 +- .../install/include/pqrs/hid/manufacturer_string.hpp | 4 ---- .../install/include/pqrs/hid/product_string.hpp | 4 ---- .../cget/pkg/pqrs-org__cpp-hid/install/include/pqrs/hid.hpp | 2 +- .../install/include/pqrs/hid/manufacturer_string.hpp | 4 ---- .../install/include/pqrs/hid/product_string.hpp | 4 ---- 6 files changed, 2 insertions(+), 18 deletions(-) diff --git a/example/vendor/cget/pkg/pqrs-org__cpp-hid/install/include/pqrs/hid.hpp b/example/vendor/cget/pkg/pqrs-org__cpp-hid/install/include/pqrs/hid.hpp index c45102b..34a8421 100644 --- a/example/vendor/cget/pkg/pqrs-org__cpp-hid/install/include/pqrs/hid.hpp +++ b/example/vendor/cget/pkg/pqrs-org__cpp-hid/install/include/pqrs/hid.hpp @@ -1,6 +1,6 @@ #pragma once -// pqrs::hid v2.14 +// pqrs::hid v2.15 // (C) Copyright Takayama Fumihiko 2020. // Distributed under the Boost Software License, Version 1.0. diff --git a/example/vendor/cget/pkg/pqrs-org__cpp-hid/install/include/pqrs/hid/manufacturer_string.hpp b/example/vendor/cget/pkg/pqrs-org__cpp-hid/install/include/pqrs/hid/manufacturer_string.hpp index b8e398f..d64b063 100644 --- a/example/vendor/cget/pkg/pqrs-org__cpp-hid/install/include/pqrs/hid/manufacturer_string.hpp +++ b/example/vendor/cget/pkg/pqrs-org__cpp-hid/install/include/pqrs/hid/manufacturer_string.hpp @@ -15,10 +15,6 @@ namespace manufacturer_string { struct value_t : type_safe::strong_typedef, type_safe::strong_typedef_op::equality_comparison { using strong_typedef::strong_typedef; - - constexpr auto operator<=>(const value_t& other) const { - return type_safe::get(*this) <=> type_safe::get(other); - } }; inline std::ostream& operator<<(std::ostream& stream, const value_t& value) { diff --git a/example/vendor/cget/pkg/pqrs-org__cpp-hid/install/include/pqrs/hid/product_string.hpp b/example/vendor/cget/pkg/pqrs-org__cpp-hid/install/include/pqrs/hid/product_string.hpp index c7f98dd..4bf8fd4 100644 --- a/example/vendor/cget/pkg/pqrs-org__cpp-hid/install/include/pqrs/hid/product_string.hpp +++ b/example/vendor/cget/pkg/pqrs-org__cpp-hid/install/include/pqrs/hid/product_string.hpp @@ -15,10 +15,6 @@ namespace product_string { struct value_t : type_safe::strong_typedef, type_safe::strong_typedef_op::equality_comparison { using strong_typedef::strong_typedef; - - constexpr auto operator<=>(const value_t& other) const { - return type_safe::get(*this) <=> type_safe::get(other); - } }; inline std::ostream& operator<<(std::ostream& stream, const value_t& value) { diff --git a/tests/vendor/cget/pkg/pqrs-org__cpp-hid/install/include/pqrs/hid.hpp b/tests/vendor/cget/pkg/pqrs-org__cpp-hid/install/include/pqrs/hid.hpp index c45102b..34a8421 100644 --- a/tests/vendor/cget/pkg/pqrs-org__cpp-hid/install/include/pqrs/hid.hpp +++ b/tests/vendor/cget/pkg/pqrs-org__cpp-hid/install/include/pqrs/hid.hpp @@ -1,6 +1,6 @@ #pragma once -// pqrs::hid v2.14 +// pqrs::hid v2.15 // (C) Copyright Takayama Fumihiko 2020. // Distributed under the Boost Software License, Version 1.0. diff --git a/tests/vendor/cget/pkg/pqrs-org__cpp-hid/install/include/pqrs/hid/manufacturer_string.hpp b/tests/vendor/cget/pkg/pqrs-org__cpp-hid/install/include/pqrs/hid/manufacturer_string.hpp index b8e398f..d64b063 100644 --- a/tests/vendor/cget/pkg/pqrs-org__cpp-hid/install/include/pqrs/hid/manufacturer_string.hpp +++ b/tests/vendor/cget/pkg/pqrs-org__cpp-hid/install/include/pqrs/hid/manufacturer_string.hpp @@ -15,10 +15,6 @@ namespace manufacturer_string { struct value_t : type_safe::strong_typedef, type_safe::strong_typedef_op::equality_comparison { using strong_typedef::strong_typedef; - - constexpr auto operator<=>(const value_t& other) const { - return type_safe::get(*this) <=> type_safe::get(other); - } }; inline std::ostream& operator<<(std::ostream& stream, const value_t& value) { diff --git a/tests/vendor/cget/pkg/pqrs-org__cpp-hid/install/include/pqrs/hid/product_string.hpp b/tests/vendor/cget/pkg/pqrs-org__cpp-hid/install/include/pqrs/hid/product_string.hpp index c7f98dd..4bf8fd4 100644 --- a/tests/vendor/cget/pkg/pqrs-org__cpp-hid/install/include/pqrs/hid/product_string.hpp +++ b/tests/vendor/cget/pkg/pqrs-org__cpp-hid/install/include/pqrs/hid/product_string.hpp @@ -15,10 +15,6 @@ namespace product_string { struct value_t : type_safe::strong_typedef, type_safe::strong_typedef_op::equality_comparison { using strong_typedef::strong_typedef; - - constexpr auto operator<=>(const value_t& other) const { - return type_safe::get(*this) <=> type_safe::get(other); - } }; inline std::ostream& operator<<(std::ostream& stream, const value_t& value) {