Skip to content

Commit 1d43a42

Browse files
committedMay 6, 2024
Update vendor
1 parent 431ee6f commit 1d43a42

File tree

6 files changed

+2
-18
lines changed

6 files changed

+2
-18
lines changed
 

‎example/vendor/cget/pkg/pqrs-org__cpp-hid/install/include/pqrs/hid.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma once
22

3-
// pqrs::hid v2.14
3+
// pqrs::hid v2.15
44

55
// (C) Copyright Takayama Fumihiko 2020.
66
// Distributed under the Boost Software License, Version 1.0.

‎example/vendor/cget/pkg/pqrs-org__cpp-hid/install/include/pqrs/hid/manufacturer_string.hpp

-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ namespace manufacturer_string {
1515
struct value_t : type_safe::strong_typedef<value_t, std::string>,
1616
type_safe::strong_typedef_op::equality_comparison<value_t> {
1717
using strong_typedef::strong_typedef;
18-
19-
constexpr auto operator<=>(const value_t& other) const {
20-
return type_safe::get(*this) <=> type_safe::get(other);
21-
}
2218
};
2319

2420
inline std::ostream& operator<<(std::ostream& stream, const value_t& value) {

‎example/vendor/cget/pkg/pqrs-org__cpp-hid/install/include/pqrs/hid/product_string.hpp

-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ namespace product_string {
1515
struct value_t : type_safe::strong_typedef<value_t, std::string>,
1616
type_safe::strong_typedef_op::equality_comparison<value_t> {
1717
using strong_typedef::strong_typedef;
18-
19-
constexpr auto operator<=>(const value_t& other) const {
20-
return type_safe::get(*this) <=> type_safe::get(other);
21-
}
2218
};
2319

2420
inline std::ostream& operator<<(std::ostream& stream, const value_t& value) {

‎tests/vendor/cget/pkg/pqrs-org__cpp-hid/install/include/pqrs/hid.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma once
22

3-
// pqrs::hid v2.14
3+
// pqrs::hid v2.15
44

55
// (C) Copyright Takayama Fumihiko 2020.
66
// Distributed under the Boost Software License, Version 1.0.

‎tests/vendor/cget/pkg/pqrs-org__cpp-hid/install/include/pqrs/hid/manufacturer_string.hpp

-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ namespace manufacturer_string {
1515
struct value_t : type_safe::strong_typedef<value_t, std::string>,
1616
type_safe::strong_typedef_op::equality_comparison<value_t> {
1717
using strong_typedef::strong_typedef;
18-
19-
constexpr auto operator<=>(const value_t& other) const {
20-
return type_safe::get(*this) <=> type_safe::get(other);
21-
}
2218
};
2319

2420
inline std::ostream& operator<<(std::ostream& stream, const value_t& value) {

‎tests/vendor/cget/pkg/pqrs-org__cpp-hid/install/include/pqrs/hid/product_string.hpp

-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ namespace product_string {
1515
struct value_t : type_safe::strong_typedef<value_t, std::string>,
1616
type_safe::strong_typedef_op::equality_comparison<value_t> {
1717
using strong_typedef::strong_typedef;
18-
19-
constexpr auto operator<=>(const value_t& other) const {
20-
return type_safe::get(*this) <=> type_safe::get(other);
21-
}
2218
};
2319

2420
inline std::ostream& operator<<(std::ostream& stream, const value_t& value) {

0 commit comments

Comments
 (0)