Skip to content

Commit 8722534

Browse files
committed
Update vendor
1 parent c9e6013 commit 8722534

File tree

1 file changed

+5
-1
lines changed
  • example/vendor/cget/pkg/pqrs-org__cpp-osx-kern_return/install/include/pqrs/osx

1 file changed

+5
-1
lines changed

example/vendor/cget/pkg/pqrs-org__cpp-osx-kern_return/install/include/pqrs/osx/kern_return.hpp

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma once
22

3-
// pqrs::osx::kern_return v1.0
3+
// pqrs::osx::kern_return v1.1
44

55
// (C) Copyright Takayama Fumihiko 2020.
66
// Distributed under the Boost Software License, Version 1.0.
@@ -104,5 +104,9 @@ class kern_return final {
104104
inline std::ostream& operator<<(std::ostream& stream, const kern_return& value) {
105105
return stream << value.to_string();
106106
}
107+
108+
inline auto format_as(const kern_return& value) {
109+
return value.to_string();
110+
}
107111
} // namespace osx
108112
} // namespace pqrs

0 commit comments

Comments
 (0)