mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-03 03:01:44 +00:00
Merge branch 'main' into 2027
This commit is contained in:
@@ -70,6 +70,6 @@ void SpanMatcher<T>::DescribeNegationTo(::std::ostream* os) const {
|
||||
|
||||
} // namespace wpi
|
||||
|
||||
inline std::span<const uint8_t> operator"" _us(const char* str, size_t len) {
|
||||
inline std::span<const uint8_t> operator""_us(const char* str, size_t len) {
|
||||
return {reinterpret_cast<const uint8_t*>(str), len};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user